ossp-pkg/rc/rc.h 1.51 -> 1.52
--- rc.h 2003/06/26 18:45:14 1.51
+++ rc.h 2003/06/27 14:26:13 1.52
@@ -102,6 +102,7 @@
/* List function prototypes */
rc_list_t *listNew(void);
rc_return_t listDelete(rc_list_t *);
+rc_file_t *listGetrcfile(rc_list_t *, const char *);
rc_return_t listPopulate(rc_list_t *, const char *);
/* Script function prototypes */
|
|