X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fq.h;h=e1e9466e744c2ffc933c1d4d3760def02106e1bd;hb=0eda529c20b34e93cbac7b798bccd53df65304e6;hp=26bd05139499c94896570ac7810c2075deb1f696;hpb=3bda5a775df240e8fee97922db4e3fe482d8ecc3;p=swftools.git diff --git a/lib/q.h b/lib/q.h index 26bd051..e1e9466 100644 --- a/lib/q.h +++ b/lib/q.h @@ -158,6 +158,7 @@ dict_t*dict_new(); dict_t*dict_new2(type_t*type); void dict_init(dict_t*dict, int size); dictentry_t*dict_put(dict_t*h, const void*key, void* data); +void dict_put2(dict_t*h, const char*s, void*data); int dict_count(dict_t*h); void dict_dump(dict_t*h, FILE*fi, const char*prefix); void* dict_lookup(dict_t*h, const void*s);