From 8f24f131ebfb360b12c1ec03105f75ab2f451823 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Mon, 30 Jan 2017 13:25:50 +0100 Subject: axgetput: Move definition of several array from a .h to a .c file. And add proper declarations to the header file. Signed-off-by: Ralf Baechle --- ax25/axgetput/axgetput.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ax25/axgetput/axgetput.c') diff --git a/ax25/axgetput/axgetput.c b/ax25/axgetput/axgetput.c index 8620c72..fc57408 100644 --- a/ax25/axgetput/axgetput.c +++ b/ax25/axgetput/axgetput.c @@ -31,6 +31,10 @@ int fderr = 2; int fdout_is_pipe; int fdin_is_pipe; +char myname[PATH_MAX+1]; +char filename[PATH_MAX+1]; +char err_msg[2048]; + int is_stream; int mode; int do_crc_only; -- cgit v1.2.3