summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/node.h b/src/node.h
deleted file mode 100644
index 7eb75e9..0000000
--- a/src/node.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef KALMIA_NODE_H
-#define KALMIA_NODE_H
-
-#include <kalmia.h>
-#include <ezxml.h>
-
-ka_node_t * kai_parse_node(kalmia_t *k, ezxml_t tag);
-
-#endif