chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / ansi.h
index 22c0bcdd14aadf69dfef0e10aceaf4a6c2120d47..8895a8221d084e4fbed24e2e45b22f5392e2c469 100644 (file)
@@ -12,6 +12,9 @@
 
 /*
  * $Log$
+ * Revision 1.12  2008/02/23 11:48:37  james
+ * *** empty log message ***
+ *
  * Revision 1.11  2008/02/20 20:16:07  james
  * *** empty log message ***
  *
@@ -82,12 +85,12 @@ typedef struct ANSI_struct
   int history_ptr;
   FILE *file;
 
-  int (*dispatch)(struct ANSI_struct *,struct Context_struct *);
-  void (*update)(struct ANSI_struct *,struct Context_struct *);
-  void (*one_shot)(struct ANSI_struct *,struct CRT_struct *);
-  void (*reset)(struct ANSI_struct *,struct CRT_struct *);
-  void (*terminal_reset)(struct ANSI_struct *);
-  void (*close)(struct ANSI_struct *);
+  int (*dispatch) (struct ANSI_struct *, struct Context_struct *);
+  void (*update) (struct ANSI_struct *, struct Context_struct *);
+  void (*one_shot) (struct ANSI_struct *, struct CRT_struct *);
+  void (*reset) (struct ANSI_struct *, struct CRT_struct *);
+  void (*terminal_reset) (struct ANSI_struct *);
+  void (*close) (struct ANSI_struct *);
 } ANSI;