diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2017-07-25 21:00:15 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-07-25 21:00:15 +0200 |
commit | 6509abc16fd5726d1227fbcbbfb69c62df67a04b (patch) | |
tree | f9f57a9c1f801a30dc78f8adfbef52c255bb0d16 /ax25ipd/ax25ipd.h | |
parent | 6d230545e4b9ed1a2e20bd15ea2fa8b54e8a4245 (diff) |
ax25ipd: Sort out prototypes for usr1_handler().
make usr1_handler() static, remove its prototype from the header and reorder
code to avoid prototypes.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25ipd/ax25ipd.h')
-rw-r--r-- | ax25ipd/ax25ipd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ax25ipd/ax25ipd.h b/ax25ipd/ax25ipd.h index 6b7ea1d..76f5d35 100644 --- a/ax25ipd/ax25ipd.h +++ b/ax25ipd/ax25ipd.h @@ -176,7 +176,6 @@ unsigned short int compute_crc(unsigned char *, int); int ok_crc(unsigned char *, int); /* ax25ipd.c */ -void usr1_handler(int); void int_handler(int); void term_handler(int); |