summaryrefslogtreecommitdiff
path: root/src/include/hier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/hier.h')
-rw-r--r--src/include/hier.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/hier.h b/src/include/hier.h
new file mode 100644
index 0000000..f040e79
--- /dev/null
+++ b/src/include/hier.h
@@ -0,0 +1,10 @@
+#ifndef HIER_H
+#define HIER_H
+
+void c(char *,char *,char *,int,int,int);
+void h(char *,int,int,int);
+void d(char *,char *,int,int,int);
+void p(char *,char *,int,int,int);
+void z(char *,char *,int,int,int,int);
+
+#endif