ossp-pkg/rc/rc.h 1.17 -> 1.18
--- rc.h 2002/04/11 16:52:45 1.17
+++ rc.h 2002/04/12 19:15:12 1.18
@@ -66,7 +66,8 @@
rc_return_t configDestruct(void);
/* Config accessor prototypes */
-const char *configGetoptval(rc_opt_t);
+const char *configGetval(rc_opt_t);
+const char *configGetname(rc_opt_t);
/* Command line function prototypes */
rc_return_t clioptConstruct(void);
|
|