- changed formatValue for custom formats

- SICSOBJs may now have a value in the root node
This commit is contained in:
zolliker
2008-01-18 07:32:36 +00:00
parent 07ad4ab978
commit bedc9026d1
2 changed files with 21 additions and 6 deletions

View File

@ -26,6 +26,7 @@ typedef int (*SICSOBJFunc)(pSICSOBJ self, SConnection *pCon,
pHdb commandNode, pHdb par[], int nPar);
/*======================= Live & Death =================================*/
pSICSOBJ MakeSICSOBJ(char *name, char *class);
pSICSOBJ MakeSICSOBJv(char *name, char *class, int type, int priv);
void KillSICSOBJ(void *data);
/**
* This creates a new SICS object and installs it in the interpreter. It returns