aboutsummaryrefslogtreecommitdiffstats
path: root/dm.h
diff options
context:
space:
mode:
Diffstat (limited to 'dm.h')
-rw-r--r--dm.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/dm.h b/dm.h
new file mode 100644
index 0000000..1f27e57
--- /dev/null
+++ b/dm.h
@@ -0,0 +1,16 @@
+#ifndef __DM_H
+#define __DM_H
+
+#include <stdint.h>
+#include <string.h>
+#include <sys/types.h>
+
+#include "darray.h"
+#include "tokenizer.h"
+
+#define __VER__ "0.3 beta"
+
+
+int parse_dm( token_list *tl, const char* );
+
+#endif \ No newline at end of file