Added FAILURE SUCCESS

r1051 | ffr | 2006-08-09 15:43:17 +1000 (Wed, 09 Aug 2006) | 2 lines
This commit is contained in:
Ferdi Franceschini
2006-08-09 15:43:17 +10:00
committed by Douglas Clowes
parent 4a7ba8a69b
commit 1d84199194

View File

@@ -3,5 +3,7 @@
#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 );
#endif