ossp-pkg/rc/rc.h 1.22 -> 1.23
--- rc.h 2002/04/24 16:47:07 1.22
+++ rc.h 2002/04/25 09:51:29 1.23
@@ -61,9 +61,6 @@
/* Rc script type */
typedef char *rc_script_t;
-/* Main function prototypes */
-rc_return_t rcIntro(void);
-
/* Option function prototypes */
/*rc_return_t optionProcess(void);
rc_return_t optionProcess(void);*/
@@ -71,6 +68,7 @@
/* Config function prototypes */
rc_return_t configNew(void);
rc_return_t configLoad(int, char **);
+rc_return_t configVerify(void);
rc_return_t configDelete(void);
const char *configSummarize(void);
void configDebug(void); /* FIXME Remove */
|
|