Added iocshRegisterVariable

This commit is contained in:
Andrew Johnson
2003-07-15 22:32:09 +00:00
parent ac4890e5c9
commit 835edde87d

View File

@@ -61,6 +61,8 @@ typedef void (*iocshCallFunc)(const iocshArgBuf *argBuf);
epicsShareFunc void epicsShareAPI iocshRegister(
const iocshFuncDef *piocshFuncDef, iocshCallFunc func);
epicsShareFunc void epicsShareAPI iocshRegisterVariable (
const iocshVarDef *piocshVarDef);
/* iocshFree frees storage used by iocshRegister*/
/* This should only be called when iocsh is no longer needed*/