X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fq.h;h=9e50000bf9e27fde4593f47c22c6d045d7960093;hb=010fae3a41cfddf618fd9c88eea8f0891c748f87;hp=3cf8cbef2ed54534b13bac84fa593ec6dbd6b224;hpb=514edfe0ed692a226002388f6de8100beb28f90f;p=swftools.git diff --git a/lib/q.h b/lib/q.h index 3cf8cbe..9e50000 100644 --- a/lib/q.h +++ b/lib/q.h @@ -174,6 +174,7 @@ void stringarray_destroy(stringarray_t*sa); dict_t*dict_new(); dict_t*dict_new2(type_t*type); void dict_init(dict_t*dict, int size); +void dict_init2(dict_t*dict, type_t*type, 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);