summaryrefslogtreecommitdiffstats
path: root/ax25/axgetput/includes.h
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2006-12-10 19:12:59 +0000
committerThomas Osterried <thomas@osterried.de>2006-12-10 19:12:59 +0000
commitacdb41fa04d40571ee4d84e2607515643d410671 (patch)
treeacf58efd52c6c8360d53f8e57795080089aa4e8f /ax25/axgetput/includes.h
parenta824b0ba5e756660406a8a4648f60692a5cdce30 (diff)
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/
Diffstat (limited to 'ax25/axgetput/includes.h')
-rw-r--r--ax25/axgetput/includes.h26
1 files changed, 26 insertions, 0 deletions
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 <thomas@x-berg.in-berlin.de>
+ * License: GPL. See http://www.fsf.org/
+ * Sources: http://x-berg.in-berlin.de/cgi-bin/viewcvs.cgi/ampr/axgetput/
+ */
+
+#include <stdio.h>
+#include <string.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <ctype.h>
+#include <errno.h>
+#include <limits.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <fcntl.h>
+#include <termios.h>
+#include <signal.h>
+#include <time.h>
+#include <sys/types.h>
+#include <utime.h>
+
+#endif /* INCLUDES_H */