summaryrefslogtreecommitdiffstats
path: root/netrom/netromd.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2017-01-30 10:52:57 +0100
committerRalf Baechle <ralf@linux-mips.org>2017-02-06 23:43:46 +0100
commit7c9fe606581a7a8cdcfb99e6998c695c928560c6 (patch)
tree2332583665f62f23acddaef52198b0fa40ed93b1 /netrom/netromd.h
parent68a427ccdea431615dd4a3674c21f766c8389ee1 (diff)
netromd: Fix warning by moving declaration of variable `compliant'.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'netrom/netromd.h')
-rw-r--r--netrom/netromd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/netrom/netromd.h b/netrom/netromd.h
index 3007b02..61220d2 100644
--- a/netrom/netromd.h
+++ b/netrom/netromd.h
@@ -30,6 +30,7 @@ extern struct port_struct port_list[];
extern int port_count;
extern int debug;
extern int logging;
+extern int compliant;
extern ax25_address my_call;
extern ax25_address node_call;