mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
ok, vim isn't the greatest editor in the world
svn:r2457
This commit is contained in:
parent
0b4d3c4df7
commit
fe54bd00b9
@ -157,7 +157,9 @@ int smartlist_split_string(smartlist_t *sl, const char *str, const char *sep,
|
||||
|
||||
/* Map from const char * to void*. Implemented with a splay tree. */
|
||||
typedef struct strmap_t strmap_t;
|
||||
typedef struct strmap_entry_t strmap_entry_t; typedef struct strmap_entry_t strmap_iter_t; strmap_t* strmap_new(void);
|
||||
typedef struct strmap_entry_t strmap_entry_t;
|
||||
typedef struct strmap_entry_t strmap_iter_t;
|
||||
strmap_t* strmap_new(void);
|
||||
void* strmap_set(strmap_t *map, const char *key, void *val);
|
||||
void* strmap_get(strmap_t *map, const char *key);
|
||||
void* strmap_remove(strmap_t *map, const char *key);
|
||||
|
Loading…
Reference in New Issue
Block a user