diff options
author | james <> | 2008-03-03 06:04:42 +0000 |
---|---|---|
committer | james <> | 2008-03-03 06:04:42 +0000 |
commit | f2c620137fa5290d913373e5579a97f0fee25fa3 (patch) | |
tree | dfbbe3562ae58e8f540a92654cb4f4d7323d59d7 /src/cmd.h | |
parent | 800cb4bdfb56dcd606216788fb023fcc23fb69bf (diff) | |
download | sympathy-f2c620137fa5290d913373e5579a97f0fee25fa3.tar.gz sympathy-f2c620137fa5290d913373e5579a97f0fee25fa3.tar.bz2 sympathy-f2c620137fa5290d913373e5579a97f0fee25fa3.zip |
*** empty log message ***
Diffstat (limited to 'src/cmd.h')
-rw-r--r-- | src/cmd.h | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -12,6 +12,9 @@ /* * $Log$ + * Revision 1.6 2008/03/03 06:04:42 james + * *** empty log message *** + * * Revision 1.5 2008/03/02 12:30:54 staffcvs * *** empty log message *** * @@ -33,9 +36,10 @@ #define __CMD_H__ #define CMD_KEY 2 /*CTRL B */ -#define CMD_CANCEL_KEY 3 /*CTRL C */ +#define CMD_CANCEL_KEY 3 /*CTRL C */ -typedef struct { +typedef struct +{ int active; int error; int disconnect; |