ossp-pkg/rc/rc.h 1.45 -> 1.46
--- rc.h 2003/05/20 15:06:41 1.45
+++ rc.h 2003/05/21 12:49:20 1.46
@@ -111,9 +111,11 @@
/* Script function prototypes */
rc_script_t *scriptNew(void);
+rc_script_t *scriptCopy(rc_script_t *);
rc_return_t scriptAppend(rc_script_t *, const char *, size_t);
rc_section_t *scriptSection(rc_script_t *, const char *);
rc_return_t scriptDump(rc_script_t *);
+rc_return_t scriptWrite(rc_script_t *, const char *);
const char *scriptTostring(rc_script_t *);
rc_return_t scriptDelete(rc_script_t *);
@@ -136,6 +138,7 @@
rc_return_t sectionSetdata(rc_section_t *, const char *);
rc_return_t sectionSetndata(rc_section_t *, const char *, size_t);
rc_return_t sectionDump(rc_section_t *);
+rc_return_t sectionWrite(rc_section_t *, const char *);
rc_return_t sectionDelete(rc_section_t *);
/* Processor function prototypes */
|
|