chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / tty.h
index 9b73c9c1497057053390797157c740540306d304..2ad10038c2da971f4afe2c6f97866eaff9c186c7 100644 (file)
--- a/src/tty.h
+++ b/src/tty.h
@@ -12,6 +12,9 @@
 
 /*
  * $Log$
+ * Revision 1.8  2008/02/15 23:52:12  james
+ * *** empty log message ***
+ *
  * Revision 1.7  2008/02/14 10:36:18  james
  * *** empty log message ***
  *
@@ -46,7 +49,9 @@
        int (*recv)(struct TTY_struct *,void *buf,int len); \
        int (*xmit)(struct TTY_struct *,void *buf,int len); \
        int rfd; \
-       int wfd
+       int wfd; \
+       int hanging_up; \
+       struct timeval hangup_clock
 
 typedef struct TTY_struct
 {