/[anubis]/anubis/src/rc.c
ViewVC logotype

Diff of /anubis/src/rc.c

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

revision 1.18 by gray, Fri Mar 7 13:10:44 2003 UTC revision 1.19 by polak, Fri May 2 20:33:20 2003 UTC
# Line 407  static struct rc_secdef_child tls_sect_c Line 407  static struct rc_secdef_child tls_sect_c
407  #endif /* HAVE_TLS or HAVE_SSL */  #endif /* HAVE_TLS or HAVE_SSL */
408    
409  void  void
410  control_section_init()  control_section_init(void)
411  {  {
412          struct rc_secdef *sp = anubis_add_section("CONTROL");          struct rc_secdef *sp = anubis_add_section("CONTROL");
413          rc_secdef_add_child(sp, &init_sect_child);          rc_secdef_add_child(sp, &init_sect_child);
# Line 479  static struct rc_secdef_child rule_sect_ Line 479  static struct rc_secdef_child rule_sect_
479  };  };
480    
481  void  void
482  rule_section_init()  rule_section_init(void)
483  {  {
484          struct rc_secdef *sp = anubis_add_section("RULE");          struct rc_secdef *sp = anubis_add_section("RULE");
485                    
# Line 487  rule_section_init() Line 487  rule_section_init()
487  }  }
488    
489  void  void
490  rc_system_init()  rc_system_init(void)
491  {  {
492          control_section_init();          control_section_init();
493          translate_section_init();          translate_section_init();
# Line 519  rcfile_call_section(int method, char *na Line 519  rcfile_call_section(int method, char *na
519          rc_call_section(method, sec, anubis_rc_sections, data, msg);          rc_call_section(method, sec, anubis_rc_sections, data, msg);
520  }  }
521    
522    /* EOF */
523    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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