From 7d5f7b0fac50a1c6972c48664797f33f180243ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 25 Oct 2015 11:41:11 +0000 Subject: Dummy: Allow searching (by id) and adding new contacts git-svn-id: http://svn.miranda-ng.org/main/trunk@15613 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Dummy/src/dummy_proto.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'protocols/Dummy/src/dummy_proto.h') diff --git a/protocols/Dummy/src/dummy_proto.h b/protocols/Dummy/src/dummy_proto.h index 61292aa366..c236c31093 100644 --- a/protocols/Dummy/src/dummy_proto.h +++ b/protocols/Dummy/src/dummy_proto.h @@ -32,6 +32,10 @@ struct CDummyProto : public PROTO virtual int __cdecl SetStatus(int iNewStatus); + virtual HANDLE __cdecl SearchBasic(const TCHAR* id); + + virtual MCONTACT __cdecl AddToList(int flags, PROTOSEARCHRESULT* psr); + //==== Events ======================================================================== int __cdecl OnModulesLoaded(WPARAM, LPARAM); @@ -43,6 +47,7 @@ struct CDummyProto : public PROTO INT_PTR __cdecl SvcCreateAccMgrUI(WPARAM, LPARAM); void __cdecl SendMsgAck(void *param); + void __cdecl SearchIdAckThread(void*); char uniqueIdText[100]; char uniqueIdSetting[100]; -- cgit v1.2.3