ossp-pkg/rc/rc.h 1.28 -> 1.29
--- rc.h 2002/05/23 18:03:20 1.28
+++ rc.h 2002/06/26 14:11:16 1.29
@@ -104,6 +104,12 @@
rc_return_t analSecs(rc_anal_t **, const char **);
rc_return_t analParse(rc_anal_t *);
+/* Script function prototypes */
+rc_script_t *scriptNew(void);
+rc_return_t scriptAppend(rc_script_t *, char *, size_t);
+rc_return_t scriptDump(rc_script_t *);
+rc_return_t scriptDelete(rc_script_t *);
+
/* Processor function prototypes */
rc_proc_t *procNew(void);
rc_return_t procDelete(rc_proc_t *);
@@ -112,6 +118,7 @@
rc_return_t procReadrc(rc_proc_t *, const char *);
rc_return_t procSection(rc_proc_t *, const char *);
rc_return_t procParse(rc_proc_t *);
+rc_return_t procPopulate(rc_proc_t *);
rc_return_t procRun(rc_proc_t *);
/* Utility (nonbounded) function prototypes */
|
|