diff --git a/src/dbStatic/recSup.h b/src/dbStatic/recSup.h index 86db3b1af..d8d77473a 100644 --- a/src/dbStatic/recSup.h +++ b/src/dbStatic/recSup.h @@ -18,11 +18,10 @@ #ifdef __cplusplus extern "C" { -typedef long (*RECSUPFUN) (void *); /* ptr to record support function*/ -#else -typedef long (*RECSUPFUN) (); /* ptr to record support function*/ #endif +typedef long (*RECSUPFUN) (); /* ptr to record support function*/ + typedef struct rset { /* record support entry table */ long number; /*number of support routines */ RECSUPFUN report; /*print report */