From 0fceb64d25ff3d9586549bb43d971c5eef904330 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 7 Jun 1999 10:23:42 +0200 Subject: Import ax25-apps 0.0.1 from tarball --- call/call.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 call/call.h (limited to 'call/call.h') diff --git a/call/call.h b/call/call.h new file mode 100644 index 0000000..5a7115d --- /dev/null +++ b/call/call.h @@ -0,0 +1,20 @@ +#ifndef FALSE +#define FALSE 0 +#endif +#ifndef TRUE +#define TRUE 1 +#endif +extern int fd; +extern int interrupted; +extern int paclen; + +/* In call.c */ +extern void convert_crlf(char *, int); +extern void convert_lfcr(char *, int); + +/* In yapp.c */ +extern void cmd_yapp(char *, int); + +/* In dostime.c */ +extern int yapp2unix(char *); +extern void unix2yapp( int, char *); -- cgit v1.2.3