summaryrefslogtreecommitdiffstats
path: root/usr.bin/cu/cu.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cu/cu.h')
-rw-r--r--usr.bin/cu/cu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cu/cu.h b/usr.bin/cu/cu.h
index 2a7ca45d414..9e3fb776857 100644
--- a/usr.bin/cu/cu.h
+++ b/usr.bin/cu/cu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cu.h,v 1.8 2017/12/10 01:03:46 deraadt Exp $ */
+/* $OpenBSD: cu.h,v 1.9 2019/03/22 07:03:23 nicm Exp $ */
/*
* Copyright (c) 2012 Nicholas Marriott <nicm@openbsd.org>
@@ -23,6 +23,7 @@
void do_command(char);
/* cu.c */
+extern int escape_char;
extern int restricted;
extern FILE *record_file;
extern struct termios saved_tio;