X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/f1d4a7dbdfec20ef797d5675b036470ec04bd6d5..0ab7b4bc8cac072622e471ec529f863a30a5663e:/src/dict.h diff --git a/src/dict.h b/src/dict.h index 44baf77..1255ee5 100644 --- a/src/dict.h +++ b/src/dict.h @@ -55,7 +55,6 @@ void dict_insert(dict_t dict, const char *key, void *data); void dict_set_free_keys(dict_t dict, free_f free_keys); void dict_set_free_data(dict_t dict, free_f free_data); unsigned int dict_size(dict_t dict); -unsigned int dict_validptr(dict_t dict, void *data); /* if present!=NULL, then *present=1 iff node was found (if node is * not found, return value is NULL, which may be a valid datum) */ void* dict_find(dict_t dict, const char *key, int *present);