ossp-pkg/rc/rc.h 1.19 -> 1.20
--- rc.h 2002/04/22 12:16:39 1.19
+++ rc.h 2002/04/22 15:22:39 1.20
@@ -68,6 +68,7 @@
/* Config accessor prototypes */
const char *configGetval(rc_opt_t);
const char *configGetname(rc_opt_t);
+const char *configSummarize(void);
/* Command line function prototypes */
rc_return_t clioptConstruct(void);
@@ -81,7 +82,6 @@
/* Command line accessor prototypes */
const char *clioptGetval(rc_opt_t);
-const char *clioptSummarize(void);
/* Option function prototypes */
/*FIXME rc_return_t optConstruct(rc_opt_t **);
|
|