git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17d95f2
)
added dict_put2 prototype
author
kramm
<kramm>
Fri, 19 Dec 2008 08:06:38 +0000
(08:06 +0000)
committer
kramm
<kramm>
Fri, 19 Dec 2008 08:06:38 +0000
(08:06 +0000)
lib/q.h
patch
|
blob
|
history
diff --git
a/lib/q.h
b/lib/q.h
index
26bd051
..
e1e9466
100644
(file)
--- 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);