diff options
author | james <> | 2008-02-22 17:07:00 +0000 |
---|---|---|
committer | james <> | 2008-02-22 17:07:00 +0000 |
commit | a7a1526ef4fed8460a87713fac159cc714bfde77 (patch) | |
tree | e198c9785f1d883a5a1804204bd7d8ac834f499f /src/keydis.h | |
parent | 980bd369ac8759c8a1df6fea7cbb5bfc8fee7afc (diff) | |
download | sympathy-a7a1526ef4fed8460a87713fac159cc714bfde77.tar.gz sympathy-a7a1526ef4fed8460a87713fac159cc714bfde77.tar.bz2 sympathy-a7a1526ef4fed8460a87713fac159cc714bfde77.zip |
*** empty log message ***
Diffstat (limited to 'src/keydis.h')
-rw-r--r-- | src/keydis.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 *) |