summaryrefslogtreecommitdiff
path: root/libcons/cons.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcons/cons.h')
-rw-r--r--libcons/cons.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcons/cons.h b/libcons/cons.h
index 9915dc3b..e9d01a8c 100644
--- a/libcons/cons.h
+++ b/libcons/cons.h
@@ -298,6 +298,9 @@ extern const struct argp cons_startup_argp;
extern struct port_bucket *cons_port_bucket;
extern struct port_class *cons_port_class;
+/* The filename of the console server. */
+extern char *cons_file;
+
error_t cons_init (void);
void cons_server_loop (void);
int cons_demuxer (mach_msg_header_t *inp, mach_msg_header_t *outp);