diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-04-08 13:56:23 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-04-08 13:56:23 +0200 |
commit | f5c1f860a42589d2ff15d86b436f3ab0d6f0005f (patch) | |
tree | 04b12bd9c5d11c28291042090c8904fae940f284 | |
parent | c35424eda3acc034632d1b72a2f5b7c69cd65722 (diff) |
added missing header
-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; |