cleanup splint
r1662 | dcl | 2007-03-16 09:06:56 +1100 (Fri, 16 Mar 2007) | 2 lines
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
#define ERRLEN 256
|
#define ERRLEN 256
|
||||||
#define FAILURE 0
|
#define FAILURE 0
|
||||||
#define SUCCESS 1
|
#define SUCCESS 1
|
||||||
/*@observer@*/ char *getParam(/*@dependent@*/SConnection *pCon, Tcl_Interp *pTcl, char *params, char *parName, int mustHave );
|
char *getParam(SConnection *pCon, Tcl_Interp *pTcl, char *params, char *parName, int mustHave );
|
||||||
int portNumCmd(/*@dependent@*/SConnection *pCon, SicsInterp *pInter, void *pData, int argc, char *argv[]);
|
int portNumCmd(SConnection *pCon, SicsInterp *pInter, void *pData, int argc, char *argv[]);
|
||||||
int getPortNum(SConnection *pCon, char *portName);
|
int getPortNum(SConnection *pCon, char *portName);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user