# | Line 49 | Line 49 | typedef struct { | |
---|---|---|
49 | * | |
50 | * The lu_done routine calls the given free function once for each | |
51 | * assigned table entry (i.e. each entry with an assigned key value). | |
52 | < | * The user must define this routines to free the key and the data |
52 | > | * The user must define these routines to free the key and the data |
53 | * in the LU_TAB structure. The final action of lu_done is to free the | |
54 | * allocated table itself. | |
55 | */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |