22#ifndef __DICTIONARY_H__
23#define __DICTIONARY_H__
BOOL dictionary_find(struct dictionary *d, const void *k, void **v)
void dictionary_enumerate(struct dictionary *d, enumeratefunc e, void *closure)
BOOL(* enumeratefunc)(const void *k, const void *v, void *extra, void *closure)
void dictionary_remove(struct dictionary *d, const void *k)
void(* destroyfunc)(void *k, void *v, void *extra)
void dictionary_destroy(struct dictionary *d)
void dictionary_insert(struct dictionary *d, const void *k, const void *v)
struct dictionary * dictionary_create(comparefunc c, destroyfunc d, void *extra)
int(* comparefunc)(const void *a, const void *b, void *extra)
UINT dictionary_num_entries(struct dictionary *d)
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *