diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-15 14:03:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-15 14:03:04 +0300 |
commit | 73c3207950044c5156bbb74ca2f60fc5b5b2d81a (patch) | |
tree | 57d0db73aefa91d884de5fce149410a17ec9034c /plugins/StatusManager/src/commonstatus.h | |
parent | 551a43bcc498123ecfabb5951f858b824d54befd (diff) |
unused service removed
Diffstat (limited to 'plugins/StatusManager/src/commonstatus.h')
-rw-r--r-- | plugins/StatusManager/src/commonstatus.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/StatusManager/src/commonstatus.h b/plugins/StatusManager/src/commonstatus.h index 59a39708b6..438a4f6614 100644 --- a/plugins/StatusManager/src/commonstatus.h +++ b/plugins/StatusManager/src/commonstatus.h @@ -79,7 +79,11 @@ bool IsSuitableProto(PROTOACCOUNT *pa); // allways returns 1 #define MS_SA_ISSARUNNING "SimpleAway/IsSARunning" +typedef OBJLIST<PROTOCOLSETTINGEX> TProtoSettings; + extern HINSTANCE hInst; -extern OBJLIST<PROTOCOLSETTINGEX>* protoList; +extern TProtoSettings *protoList; + +HWND ShowConfirmDialogEx(TProtoSettings *params, int _timeout); #endif //COMMONSTATUSHEADER |