ossp-pkg/rc/rc.h 1.8 -> 1.9
--- rc.h 2002/02/06 18:16:40 1.8
+++ rc.h 2002/02/07 12:38:32 1.9
@@ -50,7 +50,6 @@
/* RC return codes */
typedef enum {
RC_OK, /* Success */
- RC_ERR_ARG, /* Argument error */
RC_ERR_USE, /* Usage error */
RC_ERR_MEM, /* Memory error */
RC_ERR_SYS, /* System error (see errno) */
@@ -60,7 +59,7 @@
} rc_return_t;
/* Function prototypes */
-static void die(rc_return_t);
+rc_return_t parseopts(int, char **);
/*rc_result_t rc_Err (void);
rc_result_t rc_Warn (void);
|
|