Add missing getPortNum function declaration to resolve "implicit declaration" warnings.
r1564 | dcl | 2007-03-02 08:24:44 +1100 (Fri, 02 Mar 2007) | 2 lines
This commit is contained in:
@@ -7,4 +7,5 @@
|
||||
#define SUCCESS 1
|
||||
/*@observer@*/ char *getParam(/*@dependent@*/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 getPortNum(SConnection *pCon, char *portName);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user