summaryrefslogtreecommitdiff
path: root/libcons/priv.h
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2005-07-11 13:55:14 +0000
committerMarcus Brinkmann <marcus@gnu.org>2005-07-11 13:55:14 +0000
commit2f745c154065dfeae33c864b4e61cfca7a3d4974 (patch)
tree16e9523fb35e586e13ef6786bf14ee6610ddf8b7 /libcons/priv.h
parentddeb9733fb4eccc2dc8bd36633db7b34a7ba3627 (diff)
2005-03-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
* 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.
Diffstat (limited to 'libcons/priv.h')
-rw-r--r--libcons/priv.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcons/priv.h b/libcons/priv.h
index 377f021c..38971ff8 100644
--- a/libcons/priv.h
+++ b/libcons/priv.h
@@ -45,9 +45,6 @@ extern int _cons_jump_down_on_input;
/* If we jump down at output. */
extern int _cons_jump_down_on_output;
-/* The filename of the console server. */
-extern char *_cons_file;
-
/* The type of bell used for the visual bell. */
extern bell_type_t _cons_visual_bell;