summaryrefslogtreecommitdiff
path: root/scaffold.h
diff options
context:
space:
mode:
Diffstat (limited to 'scaffold.h')
-rw-r--r--scaffold.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/scaffold.h b/scaffold.h
new file mode 100644
index 0000000..2273f47
--- /dev/null
+++ b/scaffold.h
@@ -0,0 +1,9 @@
+ /*
+ * @(#) scaffold.h 1.3 94/12/31 18:19:19
+ *
+ * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
+ */
+
+extern struct hostent *find_inet_addr();
+extern int check_dns();
+extern int check_path();