/[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.11 by gray, Mon Jun 30 18:04:42 2003 UTC revision 1.12 by gray, Sat Jul 12 21:22:06 2003 UTC
# Line 153  extern char *cfg_file; Line 153  extern char *cfg_file;
153    
154  /* Function declarations */  /* Function declarations */
155  void verbatim(void);  void verbatim(void);
156    void lex_clear_state(void);
157    
158    void error_sync_begin();
159    
160  RC_SECTION *rc_section_lookup(RC_SECTION *, char *);  RC_SECTION *rc_section_lookup(RC_SECTION *, char *);
161  void rc_section_link(RC_SECTION **, RC_SECTION *);  void rc_section_link(RC_SECTION **, RC_SECTION *);
162  void rc_secdef_add_child(struct rc_secdef *, struct rc_secdef_child *);  void rc_secdef_add_child(struct rc_secdef *, struct rc_secdef_child *);
# Line 166  void rc_set_debug_level(char *); Line 170  void rc_set_debug_level(char *);
170  int rc_open(char *);  int rc_open(char *);
171  struct rc_secdef *anubis_add_section(char *);  struct rc_secdef *anubis_add_section(char *);
172  struct rc_secdef *anubis_find_section(char *);  struct rc_secdef *anubis_find_section(char *);
173    
174    void parse_error(const char *fmt, ...);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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