X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fkeydis.h;h=89bf9e24274b2293a900509b94657190ef8ec523;hb=cd3c335082e66f9a790a5bbb0f24a7ec49c9d3d5;hp=4ccfb7d15da41dd304590e447356f7993816d920;hpb=ded21942fccb9fde8c3264c8f9a3dcdbc6ae1c38;p=sympathy.git diff --git a/src/keydis.h b/src/keydis.h index 4ccfb7d..89bf9e2 100644 --- a/src/keydis.h +++ b/src/keydis.h @@ -12,6 +12,9 @@ /* * $Log$ + * 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,6 +41,7 @@ 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 (*set_ansi)(struct KeyDis_struct *,struct Context_struct *,int ansi); \ int (*hangup)(struct KeyDis_struct *,struct Context_struct *)