| # | Line 7 | Line 7 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 7 | ||
| 8 | #include <stdio.h> | |
| 9 | #include <stdlib.h> | |
| 10 | + | #include <string.h> |
| 11 | ||
| 12 | #include "lookup.h" | |
| 13 | ||
| # | Line 166 | Line 167 | lu_delete( /* delete a table entry */ | |
| 167 | extern int | |
| 168 | lu_doall( /* loop through all valid table entries */ | |
| 169 | register const LUTAB *tbl, | |
| 170 | < | //int (*f)(const LUENT *) |
| 170 | > | /* int (*f)(const LUENT *) */ |
| 171 | lut_doallf_t *f, | |
| 172 | void *p | |
| 173 | ) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |