diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-16 21:07:15 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-16 21:07:15 +0000 |
commit | 970946fb23d2555a6d08cd0c5c065d7fd4bee322 (patch) | |
tree | ff8ef6a83b7cfd9270ba5d8eb89dc0ab2ff77c2d /include/m_protosvc.h | |
parent | 0df68ef45f3467047892d9b5547329aaac6e56f0 (diff) |
PS_CHANGEINFO is never called, and therefore exterminated
git-svn-id: http://svn.miranda-ng.org/main/trunk@8147 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_protosvc.h')
-rw-r--r-- | include/m_protosvc.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 3b13692b32..d083caf1ec 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -421,18 +421,6 @@ typedef struct { //once, you should just do lots of calls.
#define PS_ADDTOLISTBYEVENT "/AddToListByEvent"
-//Changes our user details as stored on the server v0.1.2.0+
-//wParam = infoType
-//lParam = (LPARAM)(void*)pInfoData
-//Returns a HANDLE to the change request, or NULL on failure
-//The details information that is stored on the server is very protocol-
-//specific, so this service just supplies an outline for protocols to use.
-//See protocol-specific documentation for what infoTypes are available and
-//what pInfoData should be for each infoType.
-//Sends an ack type = ACKTYPE_SETINFO, result = ACKRESULT_SUCCESS/FAILURE,
-//lParam = 0 on completion.
-#define PS_CHANGEINFO "/ChangeInfo"
-
//Informs the protocol of the users chosen resume behaviour v0.1.2.2+
//wParam = (WPARAM)(HANDLE)hFileTransfer
//lParam = (LPARAM)(PROTOFILERESUME*)&pfr
|