summaryrefslogtreecommitdiffstats
path: root/DynamicColumn.h
diff options
context:
space:
mode:
Diffstat (limited to 'DynamicColumn.h')
-rw-r--r--DynamicColumn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/DynamicColumn.h b/DynamicColumn.h
index a05c81bb..4760e6ea 100644
--- a/DynamicColumn.h
+++ b/DynamicColumn.h
@@ -21,6 +21,8 @@ typedef struct DynamicColumn_ {
Hashtable* DynamicColumns_new(void);
+void DynamicColumns_delete(Hashtable* dynamics);
+
const char* DynamicColumn_init(unsigned int key);
const DynamicColumn* DynamicColumn_lookup(Hashtable* dynamics, unsigned int key);