~ubuntu-branches/ubuntu/utopic/sblim-sfcc/utopic-proposed

« back to all changes in this revision

Viewing changes to frontend/sfcc/native.h

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2012-11-15 11:49:36 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20121115114936-53syr7flsjo21gw3
Tags: 2.2.4-0ubuntu1
* New upstream release.
* Add debian/watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
 
226
226
struct xtokValueReference;
227
227
CMPIValue str2CMPIValue(CMPIType type, char *val, struct xtokValueReference *ref);
228
 
void setInstNsAndCn(CMPIInstance *ci, char *ns, char *cn);
 
228
void setInstNsAndCn(CMPIInstance *ci, const char *ns, char *cn);
229
229
CMPIStatus simpleArrayAdd(CMPIArray * array, CMPIValue * val, CMPIType type);
230
230
const char *getNameSpaceChars(CMPIObjectPath * cop);
231
231
CMPIValue *getKeyValueTypePtr(char *type, char *value, struct xtokValueReference *ref,