mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
r17471@catbus: nickm | 2008-01-05 21:47:08 -0500
Missing documentation in container.h svn:r13038
This commit is contained in:
parent
5aa7ce2915
commit
864d830598
1 changed files with 2 additions and 0 deletions
|
@ -203,7 +203,9 @@ char *smartlist_join_strings2(smartlist_t *sl, const char *join,
|
||||||
|
|
||||||
/* Map from const char * to void *. Implemented with a hash table. */
|
/* Map from const char * to void *. Implemented with a hash table. */
|
||||||
DECLARE_MAP_FNS(strmap_t, const char *, strmap_);
|
DECLARE_MAP_FNS(strmap_t, const char *, strmap_);
|
||||||
|
/* Map from const char[DIGEST_LEN] to void *. Implemented with a hash table. */
|
||||||
DECLARE_MAP_FNS(digestmap_t, const char *, digestmap_);
|
DECLARE_MAP_FNS(digestmap_t, const char *, digestmap_);
|
||||||
|
|
||||||
#undef DECLARE_MAP_FNS
|
#undef DECLARE_MAP_FNS
|
||||||
|
|
||||||
void* strmap_set_lc(strmap_t *map, const char *key, void *val);
|
void* strmap_set_lc(strmap_t *map, const char *key, void *val);
|
||||||
|
|
Loading…
Add table
Reference in a new issue