/[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.15 by gray, Fri Feb 28 15:29:07 2003 UTC revision 1.16 by gray, Mon Mar 3 07:41:40 2003 UTC
# Line 541  rcfile_process_section(int method, char Line 541  rcfile_process_section(int method, char
541          rc_run_section(method, sec, anubis_rc_sections, data, msg);          rc_run_section(method, sec, anubis_rc_sections, data, msg);
542  }  }
543    
544    void
545    rcfile_call_section(int method, char *name, void *data, MESSAGE *msg)
546    {
547            RC_SECTION *sec = rc_section_lookup(parse_tree, name);
548            if (!sec)
549                    anubis_error(SOFT,
550                                 _("No such section: %s"), name);
551            rc_call_section(method, sec, anubis_rc_sections, data, msg);
552    }
553    
554    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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