OSSP CVS Repository

ossp - Difference in ossp-pkg/rc/rc.h versions 1.5 and 1.6
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/rc/rc.h 1.5 -> 1.6

--- rc.h 2002/02/04 22:35:20     1.5
+++ rc.h 2002/02/05 17:29:17     1.6
@@ -43,6 +43,9 @@
 #define TRUE (!FALSE)
 #endif
 
+#include "popt.h"
+
+
 /* RC return codes */
 typedef enum {
     RC_OK,      /* Success                  */
@@ -52,9 +55,13 @@
     RC_ERR_SYS, /* System error (see errno) */
     RC_ERR_IO,  /* Input/output error       */
     RC_ERR_FMT, /* Formatting error         */
-    RC_ERR_INT, /* Internal error           */
+    RC_ERR_INT  /* Internal error           */
 } rc_return_t;
 
+/* Function prototypes */
+static void die(rc_return_t);
+void usage(popt_context, rc_return_t, char *);
+
 /*rc_result_t rc_Err              (void);
 rc_result_t rc_Warn             (void);
 rc_result_t rc_PathAppend       (int bExists, char **pszPaths);

CVSTrac 2.0.1