summaryrefslogtreecommitdiffstats
path: root/ax25/axspawn.h
diff options
context:
space:
mode:
Diffstat (limited to 'ax25/axspawn.h')
-rw-r--r--ax25/axspawn.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ax25/axspawn.h b/ax25/axspawn.h
new file mode 100644
index 0000000..3d94dc2
--- /dev/null
+++ b/ax25/axspawn.h
@@ -0,0 +1,8 @@
+#ifndef AXSPAWN_H
+#define AXSPAWN_H
+
+#define EXITDELAY 10
+int write_ax25(char *s, int len, int kick);
+int Strcasecmp(const char *s1, const char *s2);
+
+#endif