summaryrefslogtreecommitdiffstats
path: root/ax25ipd/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25ipd/process.c')
-rw-r--r--ax25ipd/process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ax25ipd/process.c b/ax25ipd/process.c
index f0ac54d..07bd570 100644
--- a/ax25ipd/process.c
+++ b/ax25ipd/process.c
@@ -30,8 +30,8 @@
#define SETREPEATED(p) (*(p+6))|=0x80
#define SETLAST(p) (*(p+6))|=0x01
-unsigned char bcbuf[256]; /* Must be larger than bc_text!!! */
-int bclen; /* The size of bcbuf */
+static unsigned char bcbuf[256]; /* Must be larger than bc_text!!! */
+static int bclen; /* The size of bcbuf */
/*
* Initialize the process variables