X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=src%2Fprototypes.h;h=3fca7af629805db34902afc60ce99dc24d6d8143;hp=28cffacb1e6c6394b9b96e0baea680ba8d1f0386;hb=d822b5ed5d59a25a5ee7fd1478b248b6f5d7fbd7;hpb=cd414751eb1367ac4d0da57630785fed7389d982 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);