From acdb41fa04d40571ee4d84e2607515643d410671 Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sun, 10 Dec 2006 19:12:59 +0000 Subject: axgetput (bget, bput, ..) for 8bit clean up/download from an axspawn(8) login session. Initial checkin. Import from http://x-berg.in-berlin.de/cgi-bin/viewcvs.cgi/ampr/axgetput/ --- ax25/axgetput/includes.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ax25/axgetput/includes.h (limited to 'ax25/axgetput/includes.h') diff --git a/ax25/axgetput/includes.h b/ax25/axgetput/includes.h new file mode 100644 index 0000000..3c6549d --- /dev/null +++ b/ax25/axgetput/includes.h @@ -0,0 +1,26 @@ +#ifndef INCLUDES_H +#define INCLUDES_H + +/* + * (c) 2002 Thomas Osterried DL9SAU + * License: GPL. See http://www.fsf.org/ + * Sources: http://x-berg.in-berlin.de/cgi-bin/viewcvs.cgi/ampr/axgetput/ + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#endif /* INCLUDES_H */ -- cgit v1.2.3