removed rsrv_init() definition

This commit is contained in:
Jeff Hill
2000-03-21 19:16:01 +00:00
parent 86ee372527
commit de0f3dc9ed

View File

@@ -107,10 +107,8 @@
#ifdef __STDC__
int coreRelease(void);
int rsrv_init(void);
#else
int coreRelease();
int rsrv_init();
#endif /*__STDC__*/
#endif /* INCdbDefsh */