/[anubis]/anubis/src/rcfile.h
ViewVC logotype

Diff of /anubis/src/rcfile.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by gray, Thu Mar 6 18:46:21 2003 UTC revision 1.8 by polak, Fri May 2 20:33:20 2003 UTC
# Line 151  extern int cfg_line_num; Line 151  extern int cfg_line_num;
151  extern char *cfg_file;  extern char *cfg_file;
152    
153  /* Function declarations */  /* Function declarations */
154  void verbatim();  void verbatim(void);
155    RC_SECTION *rc_section_lookup(RC_SECTION *, char *);
156  RC_SECTION *rc_section_lookup(RC_SECTION *sec, char *name);  void rc_section_link(RC_SECTION **, RC_SECTION *);
157  void rc_section_link(RC_SECTION **ap, RC_SECTION *b);  void rc_secdef_add_child(struct rc_secdef *, struct rc_secdef_child *);
158    RC_SECTION *rc_parse(char *);
159  void rc_secdef_add_child(struct rc_secdef *def, struct rc_secdef_child *child);  void rc_section_list_destroy(RC_SECTION *);
160    int rc_run_cond(char *, int, char *);
161  RC_SECTION *rc_parse(char *name);  void rc_run_section_list(int, RC_SECTION *, struct rc_secdef *);
162  void rc_section_list_destroy(RC_SECTION *s);  void rc_run_section(int, RC_SECTION *, struct rc_secdef *, void *, MESSAGE *);
163    void rc_call_section(int, RC_SECTION *, struct rc_secdef *, void *, MESSAGE *);
 int rc_run_cond(char *section, int method, char *str);  
   
 void rc_run_section_list(int method, RC_SECTION *sec,  
                          struct rc_secdef *secdef);  
 void rc_run_section(int method, RC_SECTION *sec, struct rc_secdef *secdef,  
                     void *data, MESSAGE *msg);  
 void rc_call_section(int method, RC_SECTION *sec, struct rc_secdef *secdef,  
                      void *data, MESSAGE *msg);  
164  void rc_set_debug_level(char *);  void rc_set_debug_level(char *);
165    int rc_open(char *);
166  int rc_open(char *name);  struct rc_secdef *anubis_add_section(char *);
   
 struct rc_secdef *anubis_add_section(char *name);  
167    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26