Add forward structure declarations to prevent compiler warnings when

recGbl.h is included on its own (i.e. just to get recGblSetSevr).
This commit is contained in:
W. Eric Norum
2003-02-12 21:22:23 +00:00
parent 4c23d311e4
commit 90cf8344c2

View File

@@ -32,6 +32,11 @@ extern "C" {
/* Global Record Support Routines*/
struct link;
struct dbAddr;
struct dbr_alDouble;
struct dbr_ctrlDouble;
struct dbr_grDouble;
epicsShareFunc void epicsShareAPI recGblDbaddrError(
long status, struct dbAddr *paddr, char *pcaller_name);
epicsShareFunc void epicsShareAPI recGblRecordError(