moved postfix and calcPerform to postfix.h
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user