diff options
Diffstat (limited to 'lib/libsectok/todos_scrw.h')
-rw-r--r-- | lib/libsectok/todos_scrw.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libsectok/todos_scrw.h b/lib/libsectok/todos_scrw.h index 65a6366f28b..ccc3b0e0a00 100644 --- a/lib/libsectok/todos_scrw.h +++ b/lib/libsectok/todos_scrw.h @@ -1,7 +1,7 @@ /* * See copyright notice at end of file * - * $Id: todos_scrw.h,v 1.1 2001/06/07 15:17:33 rees Exp $ + * $Id: todos_scrw.h,v 1.2 2001/06/07 16:10:01 rees Exp $ */ extern unsigned char todos_scinvert[]; @@ -10,6 +10,7 @@ extern unsigned char todos_scinvert[]; int todos_scopen(int ttyn, int flags, int *ep); int todos_scsetflags(int ttyn, int flags, int mask); +int todos_scsetspeed(int ttyn, int speed); int todos_scrw(int ttyn, int cla, int ins, int p1, int p2, int ilen, unsigned char *ibuf, int olen, unsigned char *obuf, int *sw1p, int *sw2p); int todos_sccardpresent(int ttyn); int todos_scdsr(int ttyn); |