Declare proper linkage for varCallFunc().

This commit is contained in:
W. Eric Norum
2003-07-15 20:47:22 +00:00
parent 86158b907d
commit 417dfcc191

View File

@@ -46,7 +46,7 @@ struct iocshVariable {
};
static struct iocshVariable *iocshVariableHead;
static char iocshVarID[] = "iocshVar";
static void varCallFunc(const iocshArgBuf *);
extern "C" static void varCallFunc(const iocshArgBuf *);
static epicsMutexId iocshTableMutex;
static epicsThreadOnceId iocshTableOnceId = EPICS_THREAD_ONCE_INIT;