chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / keydis.h
index dafc5da7c8432d5e14e14ee72624f719d5ff34ce..21a73f8952bfb27066774f480d855556061c025d 100644 (file)
 
 /*
  * $Log$
+ * Revision 1.5  2008/02/23 11:48:37  james
+ * *** empty log message ***
+ *
+ * Revision 1.4  2008/02/22 17:07:00  james
+ * *** empty log message ***
+ *
+ * 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,9 +43,11 @@ 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 (*set_ansi)(struct KeyDis_struct *,struct Context_struct *,int ansi); \
+       int (*hangup)(struct KeyDis_struct *,struct Context_struct *)
+
 
-       
 
 typedef struct KeyDis_struct
 {