diff options
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 |