Add the hashtable test module.
[bertos.git] / bertos / struct / hashtable.h
index f721803e0907c04606ad0fe397fb9bf163aaaaad..0b6f4c8f23816fa9b5f42ba6a676c5cde68b94d6 100644 (file)
@@ -285,4 +285,8 @@ INLINE HashIterator ht_iter_next(HashIterator h)
        return h;
 }
 
+int hashtable_testSetup(void);
+int hashtable_testRun(void);
+int hashtable_testTearDown(void);
+
 #endif /* STRUCT_HASHTABLE_H */