- added new scriptcontext with devser

This commit is contained in:
zolliker
2008-05-14 14:23:16 +00:00
parent bbb0b971a9
commit 3967dc8844
28 changed files with 1307 additions and 1363 deletions

View File

@ -25,6 +25,10 @@
int StringDictExists(pStringDict self, char *name);
int StringDictUpdate(pStringDict self, char *name, char *value);
int StringDictGet(pStringDict self, char *name, char *pResult, int iLen);
/* the result of StringDictGetShort is only valid as long that the entry is not changed */
char *StringDictGetShort(pStringDict self, char *name);
int StringDictGetAsNumber(pStringDict self, char *name, float *fVal);
int StringDictDelete(pStringDict self, char *name);