From 7ea13ad3f26b14d70072d397569ed02cf565a7a3 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sun, 9 Apr 2006 11:49:21 +0000 Subject: md5 and sys authentication via /etc/ax25/bcpasswd and $HOME/bcpasswd. Documented in axspawn.8 Thanks to Christoph for contribution. --- ax25/axspawn.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ax25/axspawn.h (limited to 'ax25/axspawn.h') 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 -- cgit v1.2.3