aboutsummaryrefslogtreecommitdiff
path: root/include/template.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/template.h')
-rw-r--r--include/template.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/template.h b/include/template.h
new file mode 100644
index 0000000..e29e6b5
--- /dev/null
+++ b/include/template.h
@@ -0,0 +1,6 @@
+#ifndef __TEMPLATE_H
+#define __TEMPLATE_H
+
+void template_initialize(char **base_pre, char **base_post);
+
+#endif