/[radius]/radius/lib/dict.c
ViewVC logotype

Diff of /radius/lib/dict.c

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

revision 1.11 by gray, Thu Jun 12 09:32:56 2003 UTC revision 1.12 by gray, Thu Jun 19 12:39:42 2003 UTC
# Line 167  static int parse_dict_entry(int *, int, Line 167  static int parse_dict_entry(int *, int,
167  static int parse_dict(char *name);  static int parse_dict(char *name);
168    
169  static struct keyword type_kw[] = {  static struct keyword type_kw[] = {
170          "string", TYPE_STRING,          { "string", TYPE_STRING },
171          "integer", TYPE_INTEGER,          { "integer", TYPE_INTEGER },
172          "ipaddr", TYPE_IPADDR,          { "ipaddr", TYPE_IPADDR },
173          "date", TYPE_DATE          { "date", TYPE_DATE }
174  };  };
175    
176  /*ARGSUSED*/  /*ARGSUSED*/
# Line 439  enum { Line 439  enum {
439  };  };
440    
441  static struct keyword dict_kw[] = {  static struct keyword dict_kw[] = {
442          "$INCLUDE", KW_INCLUDE,          { "$INCLUDE", KW_INCLUDE },
443          "ATTRIBUTE", KW_ATTRIBUTE,          { "ATTRIBUTE", KW_ATTRIBUTE },
444          "VALUE", KW_VALUE,          { "VALUE", KW_VALUE },
445          "VENDOR", KW_VENDOR,          { "VENDOR", KW_VENDOR },
446          NULL, 0          { NULL, 0 }
447  };  };
448    
449  int  int

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