ossp-pkg/rc/rc.h 1.11 -> 1.12
--- rc.h 2002/02/28 15:30:04 1.11
+++ rc.h 2002/02/28 18:24:04 1.12
@@ -72,9 +72,12 @@
rc_return_t coptProcess(char, char *);
/* Config function prototypes */
-rc_return_t configConstruct(rc_config_t **);
-rc_return_t configLoad(rc_config_t *, int, char **);
-rc_return_t configDestruct(rc_config_t *);
+rc_return_t configConstruct(void);
+rc_return_t configLoad(int, char **);
+rc_return_t configDestruct(void);
+
+/* Config accessor prototypes */
+short configGetvers(void);
/* Utility (nonbounded) function prototypes */
char *strErr(rc_return_t);
|
|