diff options
Diffstat (limited to 'ecp/src')
-rw-r--r-- | ecp/src/ecp/htable/htable.h | 5 |
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; |