ossp-pkg/rc/rc.h 1.31 -> 1.32
--- rc.h 2002/06/27 15:35:58 1.31
+++ rc.h 2002/06/28 14:20:23 1.32
@@ -109,6 +109,7 @@
/* Script function prototypes */
rc_script_t *scriptNew(void);
rc_return_t scriptAppend(rc_script_t *, char *, size_t);
+const char *scriptSection(rc_script_t *, const char *);
rc_return_t scriptDump(rc_script_t *);
rc_return_t scriptDelete(rc_script_t *);
|
|