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

Diff of /radius/lib/symtab.c

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

revision 1.6 by gray, Sat Jul 19 22:12:20 2003 UTC revision 1.7 by gray, Tue Sep 30 15:25:04 2003 UTC
# Line 286  symtab_iterate(Symtab *symtab, int (*fn) Line 286  symtab_iterate(Symtab *symtab, int (*fn)
286                  while (sym) {                  while (sym) {
287                          next = sym->next;                          next = sym->next;
288                          if ((*fn)(closure, sym))                          if ((*fn)(closure, sym))
289                                  break;                                  return;
290                          sym = next;                          sym = next;
291                  }                  }
292          }          }

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