diff options
author | 2012-07-10 12:14:21 +0000 | |
---|---|---|
committer | 2012-07-10 12:14:21 +0000 | |
commit | 92bae320eb69e8dae53abc6e0d7640dde77875a9 (patch) | |
tree | fe65090f32237938c53f3269242064935b1e7995 | |
parent | xfree is not particularly helpful, remove it. From Thomas Adam. (diff) | |
download | wireguard-openbsd-92bae320eb69e8dae53abc6e0d7640dde77875a9.tar.xz wireguard-openbsd-92bae320eb69e8dae53abc6e0d7640dde77875a9.zip |
Trim some unused externs.
-rw-r--r-- | usr.bin/cu/cu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/cu/cu.h b/usr.bin/cu/cu.h index dfd6b30b6b8..8218478b6d6 100644 --- a/usr.bin/cu/cu.h +++ b/usr.bin/cu/cu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cu.h,v 1.4 2012/07/10 11:42:02 nicm Exp $ */ +/* $OpenBSD: cu.h,v 1.5 2012/07/10 12:14:21 nicm Exp $ */ /* * Copyright (c) 2012 Nicholas Marriott <nicm@openbsd.org> @@ -24,8 +24,6 @@ void do_command(char); /* cu.c */ extern struct termios saved_tio; -extern struct bufferevent *input_ev; -extern struct bufferevent *output_ev; extern int line_fd; extern struct bufferevent *line_ev; int set_line(int); |