summaryrefslogtreecommitdiffstats
path: root/ax25/axgetput/axgetput.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-01-23 13:40:01 +0000
committerRalf Baechle <ralf@linux-mips.org>2007-01-23 13:40:01 +0000
commit528c8b904a1da81934ac8d8d7dcbf97f220a7228 (patch)
tree468f888febe181f3f8dc28ecbd29495595994ed4 /ax25/axgetput/axgetput.h
parent5b1b6bc87963c9f361dbfcde7a8323e5a417053b (diff)
Fix warnings about // style comment. And remove some of the most
pointless comments.
Diffstat (limited to 'ax25/axgetput/axgetput.h')
-rw-r--r--ax25/axgetput/axgetput.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ax25/axgetput/axgetput.h b/ax25/axgetput/axgetput.h
index 410c77d..59f1c74 100644
--- a/ax25/axgetput/axgetput.h
+++ b/ax25/axgetput/axgetput.h
@@ -1,4 +1,4 @@
-/* @(#) $Id: axgetput.h,v 1.1 2006/12/10 19:12:59 dl9sau Exp $ */
+/* @(#) $Id: axgetput.h,v 1.2 2007/01/23 13:40:01 ralf Exp $ */
/*
* (c) 2002 Thomas Osterried DL9SAU <thomas@x-berg.in-berlin.de>
@@ -27,7 +27,7 @@ extern int do_crc_only;
extern char c_eol;
extern char *send_on_signal;
-// modes
+/* modes */
#define RECV_BIN 1 /* #BIN# protocol: receive */
#define SEND_BIN 2 /* #BIN# protocol: send */
#define RECV_YAPP 3 /* yapp protocol: receive */
@@ -36,7 +36,7 @@ extern char *send_on_signal;
#define SEND_DIDADIT 6 /* didadit protocol: send */
-// block sizes
+/* block sizes */
extern unsigned int BLOCKSIZ;