added function prototypes that have no nice place to go

This commit is contained in:
Marty Kraimer
1997-04-30 19:02:55 +00:00
parent e1e8a34b2f
commit 69c62573b0
2 changed files with 34 additions and 0 deletions
+17
View File
@@ -104,9 +104,26 @@
#define NTO1HIGH 2
#define NTO1AVE 3
#ifdef vxWorks
#define vxTicksPerSecond (sysClkRateGet()) /*clock ticks per second*/
#include <sysLib.h>
#endif
#include <errMdef.h>
#include <epicsTypes.h>
#ifdef __STDC__
int coreRelease(void);
int iocLogInit(void);
int rsrv_init(void);
long postfix(char *pinfix,char *ppostfix,short *perror);
long calcPerform( double *parg, double *presult, char *post);
#else
int coreRelease();
int iocLogInit();
int rsrv_init();
long postfix();
long calcPerform();
#endif /*__STDC__*/
#endif /* INCdbDefsh */
+17
View File
@@ -104,9 +104,26 @@
#define NTO1HIGH 2
#define NTO1AVE 3
#ifdef vxWorks
#define vxTicksPerSecond (sysClkRateGet()) /*clock ticks per second*/
#include <sysLib.h>
#endif
#include <errMdef.h>
#include <epicsTypes.h>
#ifdef __STDC__
int coreRelease(void);
int iocLogInit(void);
int rsrv_init(void);
long postfix(char *pinfix,char *ppostfix,short *perror);
long calcPerform( double *parg, double *presult, char *post);
#else
int coreRelease();
int iocLogInit();
int rsrv_init();
long postfix();
long calcPerform();
#endif /*__STDC__*/
#endif /* INCdbDefsh */