From 9e7a102413b98aa3bfc603b5542c01099077426b Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Fri, 16 Mar 2007 09:06:56 +1100 Subject: [PATCH] cleanup splint r1662 | dcl | 2007-03-16 09:06:56 +1100 (Fri, 16 Mar 2007) | 2 lines --- site_ansto/anstoutil.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site_ansto/anstoutil.h b/site_ansto/anstoutil.h index ddb5fef7..8ab32374 100644 --- a/site_ansto/anstoutil.h +++ b/site_ansto/anstoutil.h @@ -5,7 +5,7 @@ #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[]); +char *getParam(SConnection *pCon, Tcl_Interp *pTcl, char *params, char *parName, int mustHave ); +int portNumCmd(SConnection *pCon, SicsInterp *pInter, void *pData, int argc, char *argv[]); int getPortNum(SConnection *pCon, char *portName); #endif