aboutsummaryrefslogtreecommitdiffstats
path: root/Hashtable.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2016-04-11 13:00:22 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:22 +0200
commitc74c38760df69bb87e93dff18cf91464e5d02f37 (patch)
treeee2a19a0ef3a808bdfc8c1e6a00e96d79966dcb0 /Hashtable.h
parent9379132a8234eeedf62d37ef57713e52c12db6ab (diff)
downloaddebian_htop-c74c38760df69bb87e93dff18cf91464e5d02f37.tar.gz
debian_htop-c74c38760df69bb87e93dff18cf91464e5d02f37.tar.bz2
debian_htop-c74c38760df69bb87e93dff18cf91464e5d02f37.zip
Imported Upstream version 0.8.1upstream/0.8.1
Diffstat (limited to 'Hashtable.h')
-rw-r--r--Hashtable.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Hashtable.h b/Hashtable.h
index 4abd133..8dd6da4 100644
--- a/Hashtable.h
+++ b/Hashtable.h
@@ -35,20 +35,14 @@ struct Hashtable_ {
#ifdef DEBUG
-bool Hashtable_isConsistent(Hashtable* this);
-
int Hashtable_count(Hashtable* this);
#endif
-HashtableItem* HashtableItem_new(unsigned int key, void* value);
-
Hashtable* Hashtable_new(int size, bool owner);
void Hashtable_delete(Hashtable* this);
-extern int Hashtable_size(Hashtable* this);
-
void Hashtable_put(Hashtable* this, unsigned int key, void* value);
void* Hashtable_remove(Hashtable* this, unsigned int key);

© 2014-2024 Faster IT GmbH | imprint | privacy policy