/[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.6 by gray, Mon Mar 3 07:42:16 2003 UTC revision 1.7 by gray, Thu Mar 6 18:46:21 2003 UTC
# Line 47  enum rc_stmt_type {          /* Statemen Line 47  enum rc_stmt_type {          /* Statemen
47  };  };
48    
49  struct rc_asgn {             /* Assignment */  struct rc_asgn {             /* Assignment */
50          char *lhs;           /* Right-hand side */          char *lhs;           /* Left-hand side: A keyword */
51          char *rhs;           /* Left-hand side */          struct list *rhs;    /* Right-hand side: A list of character strings */
52  };  };
53    
54  enum bool_op {               /* Boolean operator */  enum bool_op {               /* Boolean operator */
# Line 125  struct rc_stmt {             /* General Line 125  struct rc_stmt {             /* General
125  #define RC_KW_UNKNOWN 1  #define RC_KW_UNKNOWN 1
126  #define RC_KW_ERROR   2  #define RC_KW_ERROR   2
127    
128  typedef int (*rc_kw_parser_t)(int method, int key, char *arg,  typedef int (*rc_kw_parser_t)(int method, int key, struct list *arg,
129                                void *inv_data, void *func_data, MESSAGE *msg);                                void *inv_data, void *func_data, MESSAGE *msg);
130    
131  struct rc_kwdef {  struct rc_kwdef {

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

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