summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src/dummy_proto.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2015-10-25 11:41:11 +0000
committerRobert Pösel <robyer@seznam.cz>2015-10-25 11:41:11 +0000
commit7d5f7b0fac50a1c6972c48664797f33f180243ee (patch)
tree6a9d0055d2bc67393ebfcdd3c0056ef4be62e31a /protocols/Dummy/src/dummy_proto.h
parentbf40980c0484f7c0639a040b5abc80f181084283 (diff)
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
Diffstat (limited to 'protocols/Dummy/src/dummy_proto.h')
-rw-r--r--protocols/Dummy/src/dummy_proto.h5
1 files changed, 5 insertions, 0 deletions
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<CDummyProto>
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<CDummyProto>
INT_PTR __cdecl SvcCreateAccMgrUI(WPARAM, LPARAM);
void __cdecl SendMsgAck(void *param);
+ void __cdecl SearchIdAckThread(void*);
char uniqueIdText[100];
char uniqueIdSetting[100];