aboutsummaryrefslogtreecommitdiffstats
path: root/src/prototypes.h
diff options
context:
space:
mode:
authorjames <>2008-02-14 10:34:30 +0000
committerjames <>2008-02-14 10:34:30 +0000
commit77c86f1e81b90ad59726ee3704a479f07c34786b (patch)
tree7b4331a93ae2a0f7188c8086eea7d32a58a2960a /src/prototypes.h
parentbc6a29d06c22bdcada4cb18d8401e5d37f46fd36 (diff)
downloadsympathy-77c86f1e81b90ad59726ee3704a479f07c34786b.tar.gz
sympathy-77c86f1e81b90ad59726ee3704a479f07c34786b.tar.bz2
sympathy-77c86f1e81b90ad59726ee3704a479f07c34786b.zip
*** empty log message ***
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);