Ticket #13723: patch-hashtbl.h.diff
File patch-hashtbl.h.diff, 261 bytes (added by pmq@…, 17 years ago) |
---|
-
hashtbl.h
old new 7 7 * reserved. See the LICENSE file for details. 8 8 */ 9 9 10 #include <stdint.h>11 12 10 typedef struct _hashitem { 13 11 const void *key; 14 12 void *data;