Ticket #13723: patch-hashtbl.h.diff

File patch-hashtbl.h.diff, 261 bytes (added by pmq@…, 16 years ago)
  • hashtbl.h

    old new  
    77 * reserved.  See the LICENSE file for details.
    88 */
    99
    10 #include <stdint.h>
    11 
    1210typedef struct _hashitem {
    1311        const void *key;
    1412        void *data;