summaryrefslogtreecommitdiffstats
path: root/ax25/axspawn.h
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2006-04-09 11:49:21 +0000
committerThomas Osterried <thomas@osterried.de>2006-04-09 11:49:21 +0000
commit7ea13ad3f26b14d70072d397569ed02cf565a7a3 (patch)
tree0096f960266ae277f5247557b191a5941bd07c47 /ax25/axspawn.h
parent3cbf76b0d19b003402ae69c0f9a01e03260af3c3 (diff)
md5 and sys authentication via /etc/ax25/bcpasswd and $HOME/bcpasswd.
Documented in axspawn.8 Thanks to Christoph <dk2crn> for contribution.
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