OSSP CVS Repository

ossp - Difference in ossp-pkg/rc/rc.h versions 1.38 and 1.39
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/rc/rc.h 1.38 -> 1.39

--- rc.h 2002/08/02 16:38:09     1.38
+++ rc.h 2003/04/03 12:05:14     1.39
@@ -111,7 +111,7 @@
 
 /* Script function prototypes */
 rc_script_t *scriptNew(void);
-rc_return_t scriptAppend(rc_script_t *, char *, size_t);
+rc_return_t scriptAppend(rc_script_t *, const char *, size_t);
 rc_section_t *scriptSection(rc_script_t *, const char *);
 rc_return_t scriptDump(rc_script_t *);
 const char *scriptTostring(rc_script_t *);
@@ -122,6 +122,7 @@
 const int sectionGetpri(rc_section_t *);
 const int sectionGetuid(rc_section_t *);
 const char *sectionGetdata(rc_section_t *);
+size_t sectionGetlen(rc_section_t *);
 rc_return_t sectionSetpri(rc_section_t *, int);
 rc_return_t sectionSetuid(rc_section_t *, int);
 rc_return_t sectionSetdata(rc_section_t *, const char *);

CVSTrac 2.0.1