summaryrefslogtreecommitdiffstats
path: root/ax25ipd/ax25ipd.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-07-25 20:55:54 +0200
committerRalf Baechle <ralf@linux-mips.org>2017-07-25 20:55:54 +0200
commit6d230545e4b9ed1a2e20bd15ea2fa8b54e8a4245 (patch)
tree3297e7af9568934e79cb3424fb74014e2c407033 /ax25ipd/ax25ipd.h
parentdd7669d41c5abf1609a76d525bdcd427fa9e3d3c (diff)
ax25ipd: Sort out prototypes for hupper().
There were two - and they can be avoided entirely. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25ipd/ax25ipd.h')
-rw-r--r--ax25ipd/ax25ipd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ax25ipd/ax25ipd.h b/ax25ipd/ax25ipd.h
index c6c6099..6b7ea1d 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 hupper(int);
void usr1_handler(int);
void int_handler(int);
void term_handler(int);