ossp-pkg/rc/rc.h 1.43 -> 1.44
--- rc.h 2003/05/16 18:43:30 1.43
+++ rc.h 2003/05/20 11:46:25 1.44
@@ -117,6 +117,11 @@
const char *scriptTostring(rc_script_t *);
rc_return_t scriptDelete(rc_script_t *);
+/* Label function prototypes */
+rc_label_t *labelNew(const char *);
+rc_return_t labelAppendsec(rc_label_t *, rc_section_t *);
+rc_return_t labelDelete(rc_label_t *);
+
/* Section function prototypes */
rc_section_t *sectionNew(void);
rc_section_t *sectionCopy(rc_section_t *);
|
|