From 73c3207950044c5156bbb74ca2f60fc5b5b2d81a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 15 Oct 2017 14:03:04 +0300 Subject: unused service removed --- plugins/StatusManager/src/commonstatus.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'plugins/StatusManager/src/commonstatus.h') 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 TProtoSettings; + extern HINSTANCE hInst; -extern OBJLIST* protoList; +extern TProtoSettings *protoList; + +HWND ShowConfirmDialogEx(TProtoSettings *params, int _timeout); #endif //COMMONSTATUSHEADER -- cgit v1.2.3