/[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.9 by gray, Tue Apr 29 13:57:59 2003 UTC revision 1.10 by gray, Tue Jun 3 14:17:27 2003 UTC
# Line 134  dict_find_parser(int attr) Line 134  dict_find_parser(int attr)
134  void  void
135  dict_register_parser(int attr, attr_parser_fp fun)  dict_register_parser(int attr, attr_parser_fp fun)
136  {  {
137          ATTR_PARSER_TAB *e = mem_alloc(sizeof(*e));          ATTR_PARSER_TAB *e = emalloc(sizeof(*e));
138          e->attr = attr;          e->attr = attr;
139          e->fun = fun;          e->fun = fun;
140          e->next = attr_parser_tab;          e->next = attr_parser_tab;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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