=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cu/cu.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/cu/cu.h 2015/10/05 23:15:31 1.7 +++ src/usr.bin/cu/cu.h 2017/12/10 01:03:46 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: cu.h,v 1.7 2015/10/05 23:15:31 nicm Exp $ */ +/* $OpenBSD: cu.h,v 1.8 2017/12/10 01:03:46 deraadt Exp $ */ /* * Copyright (c) 2012 Nicholas Marriott @@ -23,6 +23,7 @@ void do_command(char); /* cu.c */ +extern int restricted; extern FILE *record_file; extern struct termios saved_tio; extern int line_fd;