summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/util.h b/src/util.h
deleted file mode 100644
index 7cf72bf..0000000
--- a/src/util.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef KALMIA_UTIL_H
-#define KALMIA_UTIL_H
-
-#include <kalmia.h>
-
-void * kai_next_array_element(void **array, size_t *count, size_t *max, size_t sz);
-
-ka_node_t * kai_next_node(kalmia_t *k);
-
-#endif