summaryrefslogtreecommitdiff
path: root/plugins/NewAwaySysMod/src/Common.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-02-22 15:43:09 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-02-22 15:43:09 +0000
commit81c1360e1fd7149a47f0d8c51e27aef811cf2351 (patch)
tree86da359b1898679f12c15e5a9801774adf35b19c /plugins/NewAwaySysMod/src/Common.h
parent23060dd7bd4c9cb2572582d2ba3ad7a68790b5af (diff)
- switch to more effective functions of pcli;
- switch to the new protocol helpers; - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@8217 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewAwaySysMod/src/Common.h')
-rw-r--r--plugins/NewAwaySysMod/src/Common.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/plugins/NewAwaySysMod/src/Common.h b/plugins/NewAwaySysMod/src/Common.h
index 03d9a64253..446df14a68 100644
--- a/plugins/NewAwaySysMod/src/Common.h
+++ b/plugins/NewAwaySysMod/src/Common.h
@@ -44,7 +44,7 @@
#include "m_clist.h"
#include "m_system.h"
#include "m_database.h"
-#include "m_clui.h"
+#include "m_clistint.h"
#include "m_langpack.h"
#include "m_protosvc.h"
#include "m_options.h"
@@ -235,13 +235,6 @@ struct SetAwayMsgData
int ISW_Flags; // InvokeStatusWindow service flags
};
-struct READAWAYMSGDATA
-{
- MCONTACT hContact; // contact
- HANDLE hSeq; // sequence for stat msg request
- HANDLE hAwayMsgEvent; // hooked
-};
-
struct VAR_PARSE_DATA
{
char *szProto;