summaryrefslogtreecommitdiff
path: root/ucspi-tcp-0.88/ip4.h
diff options
context:
space:
mode:
Diffstat (limited to 'ucspi-tcp-0.88/ip4.h')
-rw-r--r--ucspi-tcp-0.88/ip4.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ucspi-tcp-0.88/ip4.h b/ucspi-tcp-0.88/ip4.h
new file mode 100644
index 0000000..64a7c1e
--- /dev/null
+++ b/ucspi-tcp-0.88/ip4.h
@@ -0,0 +1,9 @@
+#ifndef IP4_H
+#define IP4_H
+
+extern unsigned int ip4_scan(char *,char *);
+extern unsigned int ip4_fmt(char *,char *);
+
+#define IP4_FMT 20
+
+#endif