ossp-pkg/rc/rc.h 1.44 -> 1.45
--- rc.h 2003/05/20 11:46:25 1.44
+++ rc.h 2003/05/20 15:06:41 1.45
@@ -123,7 +123,7 @@
rc_return_t labelDelete(rc_label_t *);
/* Section function prototypes */
-rc_section_t *sectionNew(void);
+rc_section_t *sectionNew(const char *);
rc_section_t *sectionCopy(rc_section_t *);
const int sectionGetpri(rc_section_t *);
const int sectionGetuid(rc_section_t *);
|
|