aboutsummaryrefslogtreecommitdiff
path: root/roots.h
diff options
context:
space:
mode:
Diffstat (limited to 'roots.h')
-rw-r--r--roots.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/roots.h b/roots.h
new file mode 100644
index 0000000..5f89142
--- /dev/null
+++ b/roots.h
@@ -0,0 +1,8 @@
+#ifndef ROOTS_H
+#define ROOTS_H
+
+extern int roots(char *,char *);
+extern int roots_same(char *,char *);
+extern int roots_init(void);
+
+#endif