chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / keydis.h
index dafc5da7c8432d5e14e14ee72624f719d5ff34ce..4ccfb7d15da41dd304590e447356f7993816d920 100644 (file)
@@ -12,6 +12,9 @@
 
 /*
  * $Log$
+ * Revision 1.3  2008/02/15 23:52:12  james
+ * *** empty log message ***
+ *
  * Revision 1.2  2008/02/15 03:32:07  james
  * *** empty log message ***
  *
@@ -34,7 +37,8 @@ struct Context_struct;
        int (*key)(struct KeyDis_struct *,struct Context_struct *,int key); \
        int (*set_baud)(struct KeyDis_struct *,struct Context_struct *,int rate); \
        int (*send_break)(struct KeyDis_struct *,struct Context_struct *); \
-       int (*set_flow)(struct KeyDis_struct *,struct Context_struct *,int flow)
+       int (*set_flow)(struct KeyDis_struct *,struct Context_struct *,int flow); \
+       int (*hangup)(struct KeyDis_struct *,struct Context_struct *)