moved postfix and calcPerform to postfix.h

This commit is contained in:
Jeff Hill
1998-02-27 01:28:08 +00:00
parent c67f0cdfde
commit 5fea5bc173
2 changed files with 0 additions and 12 deletions

View File

@@ -116,16 +116,10 @@
int coreRelease(void);
int iocLogInit(void);
int rsrv_init(void);
epicsShareFunc long epicsShareAPI
postfix(char *pinfix,char *ppostfix,short *perror);
epicsShareFunc long epicsShareAPI
calcPerform(double *parg, double *presult, char *post);
#else
int coreRelease();
int iocLogInit();
int rsrv_init();
epicsShareFunc long epicsShareAPI postfix();
epicsShareFunc long epicsShareAPI calcPerform();
#endif /*__STDC__*/
#endif /* INCdbDefsh */

View File

@@ -116,16 +116,10 @@
int coreRelease(void);
int iocLogInit(void);
int rsrv_init(void);
epicsShareFunc long epicsShareAPI
postfix(char *pinfix,char *ppostfix,short *perror);
epicsShareFunc long epicsShareAPI
calcPerform(double *parg, double *presult, char *post);
#else
int coreRelease();
int iocLogInit();
int rsrv_init();
epicsShareFunc long epicsShareAPI postfix();
epicsShareFunc long epicsShareAPI calcPerform();
#endif /*__STDC__*/
#endif /* INCdbDefsh */