summaryrefslogtreecommitdiff
path: root/ucspi-tcp-0.88/rules.h
diff options
context:
space:
mode:
Diffstat (limited to 'ucspi-tcp-0.88/rules.h')
-rw-r--r--ucspi-tcp-0.88/rules.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ucspi-tcp-0.88/rules.h b/ucspi-tcp-0.88/rules.h
new file mode 100644
index 0000000..15d9b90
--- /dev/null
+++ b/ucspi-tcp-0.88/rules.h
@@ -0,0 +1,9 @@
+#ifndef RULES_H
+#define RULES_H
+
+#include "stralloc.h"
+
+extern stralloc rules_name;
+extern int rules(void (*)(char *,unsigned int),int,char *,char *,char *);
+
+#endif