From 835edde87d3002f7e701834fceb70910de4ff27c Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 15 Jul 2003 22:32:09 +0000 Subject: [PATCH] Added iocshRegisterVariable --- src/iocsh/iocsh.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/iocsh/iocsh.h b/src/iocsh/iocsh.h index e79d70fae..994c34375 100644 --- a/src/iocsh/iocsh.h +++ b/src/iocsh/iocsh.h @@ -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*/