aboutsummaryrefslogtreecommitdiffstats
path: root/src/prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prototypes.h')
-rw-r--r--src/prototypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prototypes.h b/src/prototypes.h
index 28cffac..3fca7af 100644
--- a/src/prototypes.h
+++ b/src/prototypes.h
@@ -73,6 +73,7 @@ extern VT102 *vt102_new(void);
extern void vt102_free(VT102 *v);
/* tty.c */
extern void tty_pre_select(TTY *t, fd_set *rfds, fd_set *wfds);
+extern int tty_get_status(TTY *t, TTY_Status *s);
/* keydis.c */
extern KeyDis *keydis_vt102_new(Context *c);
extern KeyDis *keydis_ipc_new(Socket *s);
@@ -113,6 +114,7 @@ extern int ipc_msg_send_history(Socket *s, History_ent *l);
extern int ipc_msg_send_vt102(Socket *s, VT102 *v);
extern int ipc_msg_send_key(Socket *s, int key);
extern int ipc_msg_send_term(Socket *s, void *buf, int len);
+extern int ipc_msg_send_status(Socket *s, char *buf);
/* slide.c */
extern void slide_free(Slide *s);
extern void slide_consume(Slide *s, int n);