Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236824
b: refs/heads/master
c: 633979b
h: refs/heads/master
v: v3
  • Loading branch information
Sven Eckelmann committed Jan 31, 2011
1 parent e67d67e commit cf571c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 74ef115359f5beb565baddfb250f264d9177c108
refs/heads/master: 633979b43f23d776f6fb757f0f3d6d8089ab57b1
5 changes: 0 additions & 5 deletions trunk/net/batman-adv/hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ struct hashtable_t {
/* allocates and clears the hash */
struct hashtable_t *hash_new(int size);

/* remove element if you already found the element you want to delete and don't
* need the overhead to find it again with hash_remove(). But usually, you
* don't want to use this function, as it fiddles with hash-internals. */
void *hash_remove_element(struct hashtable_t *hash, struct element_t *elem);

/* free only the hashtable and the hash itself. */
void hash_destroy(struct hashtable_t *hash);

Expand Down

0 comments on commit cf571c1

Please sign in to comment.