=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cu/cu.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/cu/cu.h 2012/07/10 08:02:27 1.1 +++ src/usr.bin/cu/cu.h 2012/07/10 08:16:27 1.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: cu.h,v 1.1 2012/07/10 08:02:27 nicm Exp $ */ +/* $OpenBSD: cu.h,v 1.2 2012/07/10 08:16:27 nicm Exp $ */ /* * Copyright (c) 2012 Nicholas Marriott @@ -27,6 +27,7 @@ extern struct bufferevent *output_ev; extern int line_fd; extern struct bufferevent *line_ev; +int set_line(int); void set_termios(void); void restore_termios(void); char *tilde_expand(const char *);