aboutsummaryrefslogtreecommitdiffstats
path: root/Hashtable.h
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf.devel@gmail.com>2008-11-16 20:36:18 +0200
committerDaniel Lange <DLange@git.local>2016-04-11 13:00:23 +0200
commitbcb965d78ae0b4599fe77a2d641b3ff035658fc9 (patch)
tree59066e7fa5473b02eefaea37ac015cfaea7cd7c6 /Hashtable.h
parent2eabf3432b05b93ce4de9af283ae549d0f7c18c8 (diff)
parentc74c38760df69bb87e93dff18cf91464e5d02f37 (diff)
downloaddebian_htop-bcb965d78ae0b4599fe77a2d641b3ff035658fc9.tar.gz
debian_htop-bcb965d78ae0b4599fe77a2d641b3ff035658fc9.tar.bz2
debian_htop-bcb965d78ae0b4599fe77a2d641b3ff035658fc9.zip
Imported Debian patch 0.8.1-1debian/0.8.1-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