summaryrefslogtreecommitdiffstats
path: root/ax25ipd/ax25ipd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ax25ipd/ax25ipd.c')
-rw-r--r--ax25ipd/ax25ipd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/ax25ipd/ax25ipd.c b/ax25ipd/ax25ipd.c
index 461147d..4888c07 100644
--- a/ax25ipd/ax25ipd.c
+++ b/ax25ipd/ax25ipd.c
@@ -28,10 +28,10 @@ jmp_buf restart_env;
/* Prototypes */
void hupper(int);
-int opt_version = 0;
-int opt_loglevel = 0;
-int opt_nofork = 0;
-int opt_help = 0;
+int opt_version;
+int opt_loglevel;
+int opt_nofork;
+int opt_help;
char opt_configfile[PATH_MAX];
char opt_ttydevice[PATH_MAX];