From f5c1f860a42589d2ff15d86b436f3ab0d6f0005f Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Fri, 8 Apr 2022 13:56:23 +0200 Subject: added missing header --- ecp/src/ecp/htable/htable.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ecp/src/ecp/htable/htable.h (limited to 'ecp') 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; -- cgit v1.2.3