Files
sics/site_ansto/anstoutil.h
Douglas Clowes ff445f336b 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
2012-11-15 13:02:35 +11:00

12 lines
428 B
C

#ifndef ANSTOUTIL_H
#define ANSTOUTIL_H
#define _REQUIRED 1
#define _OPTIONAL 0
#define ERRLEN 256
#define FAILURE 0
#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