ossp-pkg/rc/rc.h 1.14 -> 1.15
--- rc.h 2002/03/26 17:11:06 1.14
+++ rc.h 2002/04/09 17:01:54 1.15
@@ -79,6 +79,13 @@
/* Config accessor prototypes */
short configGetvers(void);
+/* Command line function prototypes */
+rc_return_t clioptConstruct(void);
+rc_return_t clioptDestruct(void);
+
+/* Command line accessor prototypes */
+short clioptGetvers(void);
+
/* Utility (nonbounded) function prototypes */
char *strErr(rc_return_t);
|
|