chiark / gitweb /
serialmgr: Look for things in /usr, not /usr/local
[sympathy.git] / src / keydis.h
index 4ccfb7d15da41dd304590e447356f7993816d920..c28a0dc7a57f0fe39cc6efd9e5eb6473f4f693d6 100644 (file)
@@ -1,17 +1,38 @@
-/*
+/* 
  * keydis.h:
  *
- * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
+ * Copyright (c) 2008 James McKenzie <sympathy@madingley.org>,
  * All rights reserved.
  *
  */
 
-/*
- * $Id$
+/* 
+ * $Id: keydis.h,v 1.10 2008/03/10 11:49:33 james Exp $
  */
 
-/*
- * $Log$
+/* 
+ * $Log: keydis.h,v $
+ * Revision 1.10  2008/03/10 11:49:33  james
+ * *** empty log message ***
+ *
+ * Revision 1.9  2008/03/07 12:37:04  james
+ * *** empty log message ***
+ *
+ * Revision 1.8  2008/03/03 06:04:42  james
+ * *** empty log message ***
+ *
+ * Revision 1.7  2008/03/02 10:37:56  james
+ * *** empty log message ***
+ *
+ * Revision 1.6  2008/02/28 11:27:48  james
+ * *** empty log message ***
+ *
+ * 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 ***
  *
@@ -38,12 +59,14 @@ struct Context_struct;
        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 (*hangup)(struct KeyDis_struct *,struct Context_struct *)
+       int (*set_ansi)(struct KeyDis_struct *,struct Context_struct *,int ansi); \
+       int (*hangup)(struct KeyDis_struct *,struct Context_struct *); \
+       int (*reset)(struct KeyDis_struct *,struct Context_struct *); \
+       int (*set_size)(struct KeyDis_struct *,struct Context_struct *,int width, int height)
+
 
-       
 
-typedef struct KeyDis_struct
-{
+typedef struct KeyDis_struct {
   KEYDIS_SIGNATURE;
 } KeyDis;