summaryrefslogtreecommitdiff
path: root/console.h
diff options
context:
space:
mode:
authorHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-10-11 00:02:11 +0200
committerHåkon Nessjøen <haakon.nessjoen@gmail.com>2010-10-11 00:02:11 +0200
commit8a9a47179332700c5c270dafc6ef014417015f99 (patch)
tree578673e74a100d051a2d0c95c517d27b6fa3e516 /console.h
parent7b0347285ecb0b78ce0b699a1a6c9e50e22f7f07 (diff)
downloadMAC-Telnet-8a9a47179332700c5c270dafc6ef014417015f99.tar.gz
MAC-Telnet-8a9a47179332700c5c270dafc6ef014417015f99.zip
First version of mac-telnet server daemon mactelnetd. Use with care until it has been tested enough. Not for production use. To be cleaned up a lot.
Diffstat (limited to 'console.h')
-rw-r--r--console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/console.h b/console.h
index 4f3c990..cb55797 100644
--- a/console.h
+++ b/console.h
@@ -1,3 +1,4 @@
extern int getTerminalSize(unsigned short *width, unsigned short *height);
extern int rawTerm();
extern int resetTerm();
+extern int setTerminalSize(int fd, unsigned short width, unsigned short height);