summaryrefslogtreecommitdiff
path: root/ecp
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-04-08 13:56:23 +0200
committerUros Majstorovic <majstor@majstor.org>2022-04-08 13:56:23 +0200
commitf5c1f860a42589d2ff15d86b436f3ab0d6f0005f (patch)
tree04b12bd9c5d11c28291042090c8904fae940f284 /ecp
parentc35424eda3acc034632d1b72a2f5b7c69cd65722 (diff)
added missing header
Diffstat (limited to 'ecp')
-rw-r--r--ecp/src/ecp/htable/htable.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ecp/src/ecp/htable/htable.h b/ecp/src/ecp/htable/htable.h
new file mode 100644
index 0000000..6260ba2
--- /dev/null
+++ b/ecp/src/ecp/htable/htable.h
@@ -0,0 +1,5 @@
+#include "hashtable.h"
+#include "hashtable_itr.h"
+
+typedef struct hashtable ecp_ht_table_t;
+typedef struct hashtable_itr ecp_ht_itr_t;