X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fkeydis.h;h=c28a0dc7a57f0fe39cc6efd9e5eb6473f4f693d6;hb=refs%2Fheads%2Fmaster;hp=dafc5da7c8432d5e14e14ee72624f719d5ff34ce;hpb=8a1addb4968e2aca9b801b09e5c8c640233dfa6e;p=sympathy.git diff --git a/src/keydis.h b/src/keydis.h index dafc5da..c28a0dc 100644 --- a/src/keydis.h +++ b/src/keydis.h @@ -1,17 +1,41 @@ -/* +/* * keydis.h: * - * Copyright (c) 2008 James McKenzie , + * Copyright (c) 2008 James McKenzie , * 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 *** + * * Revision 1.2 2008/02/15 03:32:07 james * *** empty log message *** * @@ -34,12 +58,15 @@ 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 *); \ + 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;