summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-10-17 22:25:09 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-10-17 22:25:09 +0300
commita9a31000b8331055bb1f8c6653a6cb6e7ad7f3ad (patch)
tree8c31c08fb19e0fde1a284a6afc32d0452c791df0 /protocols/JabberG/src/stdafx.h
parentaa95171c671becb9c8287d4229a5db9b65d7e917 (diff)
minor code cleaning
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rwxr-xr-xprotocols/JabberG/src/stdafx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h
index cb2c171274..5c43a7d9e7 100755
--- a/protocols/JabberG/src/stdafx.h
+++ b/protocols/JabberG/src/stdafx.h
@@ -405,8 +405,8 @@ struct JABBER_MODEMSGS
char *szFreechat;
};
-typedef enum { FT_SI, FT_OOB, FT_BYTESTREAM, FT_IBB, FT_HTTP } JABBER_FT_TYPE;
-typedef enum { FT_CONNECTING, FT_INITIALIZING, FT_RECEIVING, FT_DONE, FT_ERROR, FT_DENIED } JABBER_FILE_STATE;
+enum JABBER_FT_TYPE { FT_SI, FT_OOB, FT_BYTESTREAM, FT_IBB, FT_HTTP };
+enum JABBER_FILE_STATE { FT_CONNECTING, FT_INITIALIZING, FT_RECEIVING, FT_DONE, FT_ERROR, FT_DENIED };
struct filetransfer
{