ossp-pkg/rc/rc.h 1.12 -> 1.13
--- rc.h 2002/02/28 18:24:04 1.12
+++ rc.h 2002/03/01 22:48:23 1.13
@@ -68,8 +68,8 @@
rc_return_t eoptProcess(void);
/* Command line option function prototypes */
-rc_return_t coptParse(int);
-rc_return_t coptProcess(char, char *);
+rc_return_t coptParse(int, char **);
+rc_return_t coptProcess(int);
/* Config function prototypes */
rc_return_t configConstruct(void);
|
|