/[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.5 by gray, Fri Feb 28 15:29:32 2003 UTC revision 1.6 by gray, Mon Mar 3 07:42:16 2003 UTC
# Line 96  struct rc_rule {             /* Rule def Line 96  struct rc_rule {             /* Rule def
96  enum rc_inst_opcode {        /* Operation code */  enum rc_inst_opcode {        /* Operation code */
97          inst_add,          inst_add,
98          inst_remove,          inst_remove,
99          inst_modify          inst_modify,
100            inst_stop,
101            inst_call
102  };  };
103    
104  struct rc_inst {             /* Instruction definition */  struct rc_inst {             /* Instruction definition */
# Line 165  void rc_run_section_list(int method, RC_ Line 167  void rc_run_section_list(int method, RC_
167                           struct rc_secdef *secdef);                           struct rc_secdef *secdef);
168  void rc_run_section(int method, RC_SECTION *sec, struct rc_secdef *secdef,  void rc_run_section(int method, RC_SECTION *sec, struct rc_secdef *secdef,
169                      void *data, MESSAGE *msg);                      void *data, MESSAGE *msg);
170    void rc_call_section(int method, RC_SECTION *sec, struct rc_secdef *secdef,
171                         void *data, MESSAGE *msg);
172  void rc_set_debug_level(char *);  void rc_set_debug_level(char *);
173    
174  int rc_open(char *name);  int rc_open(char *name);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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