ossp-pkg/rc/rc.h 1.40 -> 1.41
--- rc.h 2003/05/14 16:36:28 1.40
+++ rc.h 2003/05/15 12:49:11 1.41
@@ -119,6 +119,7 @@
/* Section function prototypes */
rc_section_t *sectionNew(void);
+rc_section_t *sectionCopy(rc_section_t *);
const int sectionGetpri(rc_section_t *);
const int sectionGetuid(rc_section_t *);
const char *sectionGetdata(rc_section_t *);
@@ -127,6 +128,7 @@
rc_return_t sectionSetuid(rc_section_t *, long);
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 sectionDelete(rc_section_t *);
/* Processor function prototypes */
@@ -143,6 +145,7 @@
/* Utility (nonbounded) function prototypes */
char *strErr(rc_return_t);
char **vectorCopy(const char **);
+short vectorCount(const char **);
rc_return_t vectorDel(char **);
/* Other function prototypes */
|
|