diff options
Diffstat (limited to 'app/xterm/vms.h')
-rw-r--r-- | app/xterm/vms.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/xterm/vms.h b/app/xterm/vms.h index 86f338eb9..8eb206433 100644 --- a/app/xterm/vms.h +++ b/app/xterm/vms.h @@ -37,3 +37,5 @@ static struct items { int buffer; int return_addr; } itemlist[MAXITEMLIST]; + +int tt_write(const char *tt_write_buf,int size); |