From 2f745c154065dfeae33c864b4e61cfca7a3d4974 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 11 Jul 2005 13:55:14 +0000 Subject: 2005-03-05 Samuel Thibault * priv.h (_cons_file): Prototype moved and renamed to... * cons.h (cons_file): ... this. * init-init.c (cons_init): Updated `_cons_file' reference. * opts-std-startup.c (_cons_file): Renamed into `cons_file'. Updated reference. --- libcons/opts-std-startup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcons/opts-std-startup.c') diff --git a/libcons/opts-std-startup.c b/libcons/opts-std-startup.c index 3cf81ae7..23bd9971 100644 --- a/libcons/opts-std-startup.c +++ b/libcons/opts-std-startup.c @@ -58,7 +58,7 @@ int _cons_jump_down_on_input = 1; int _cons_jump_down_on_output; /* The filename of the console server. */ -char *_cons_file; +char *cons_file; /* The type of bell used for the visual bell. */ bell_type_t _cons_visual_bell = BELL_VISUAL; @@ -206,7 +206,7 @@ parse_startup_opt (int opt, char *arg, struct argp_state *state) if (state->arg_num > 0) /* Too many arguments. */ argp_error (state, "Too many non option arguments"); - _cons_file = arg; + cons_file = arg; break; case ARGP_KEY_NO_ARGS: -- cgit v1.2.3