ossp-pkg/rc/rc.h 1.36 -> 1.37
--- rc.h 2002/07/29 16:34:58 1.36
+++ rc.h 2002/07/30 16:36:41 1.37
@@ -114,6 +114,7 @@
rc_return_t scriptAppend(rc_script_t *, char *, size_t);
char *scriptSection(rc_script_t *, const char *);
rc_return_t scriptDump(rc_script_t *);
+const char *scriptTostring(rc_script_t *);
rc_return_t scriptDelete(rc_script_t *);
/* Processor function prototypes */
|
|