diff options
author | Mukund Sivaraman <muks@banu.com> | 2008-12-08 13:39:44 +0000 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2008-12-08 13:39:44 +0000 |
commit | 024b317de09a7d426973ffa16e4781ec75aaef35 (patch) | |
tree | 6994f5266e93773333bfa99fa24489ac139452a3 /src/hashmap.h | |
parent | 6e6f992f8cbc01ce4d6840d1a020f18846c37847 (diff) |
Convert tabs to spaces
Diffstat (limited to 'src/hashmap.h')
-rw-r--r-- | src/hashmap.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/hashmap.h b/src/hashmap.h index 946b619..9563277 100644 --- a/src/hashmap.h +++ b/src/hashmap.h @@ -52,7 +52,7 @@ extern "C" * 0 upon successful insert */ extern int hashmap_insert (hashmap_t map, const char *key, - const void *data, size_t len); + const void *data, size_t len); /* * Get an iterator to the first entry. @@ -88,7 +88,7 @@ extern "C" * negative upon error */ extern ssize_t hashmap_return_entry (hashmap_t map, hashmap_iter iter, - char **key, void **data); + char **key, void **data); /* * Get the first entry (assuming there is more than one) for a particular @@ -99,7 +99,7 @@ extern "C" * length of data for the entry */ extern ssize_t hashmap_entry_by_key (hashmap_t map, const char *key, - void **data); + void **data); /* * Searches for _any_ occurrances of "key" within the hashmap and returns the @@ -123,5 +123,5 @@ extern "C" #if defined(__cplusplus) } -#endif /* C++ */ -#endif /* _HASHMAP_H */ +#endif /* C++ */ +#endif /* _HASHMAP_H */ |