diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-18 18:53:33 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-18 18:53:33 +0300 |
commit | 726069ec50be8be30e8465c1328b178a2573fd75 (patch) | |
tree | d155865e83f7b205aa5045b812e75bee75685671 /include/m_protosvc.h | |
parent | a28acd3195e07adbf12495a1b50a5c0b2c2dfbbd (diff) |
PSS_URL removed as totally obsolete
Diffstat (limited to 'include/m_protosvc.h')
-rw-r--r-- | include/m_protosvc.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 6aabeffeea..d6a44e7c85 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -606,21 +606,6 @@ struct PROTOFILERESUME #define PSS_MESSAGE "/SendMsg"
///////////////////////////////////////////////////////////////////////////////
-// Send an URL message
-// wParam = flags
-// lParam = (LPARAM)(const char*)szMessage
-// returns a hProcess corresponding to the one in the ack event.
-// szMessage should be encoded as the URL followed by the description, the
-// separator being a single nul (\0). If there is no description, do not forget
-// to end the URL with two nuls.
-// Will send an ack when the message actually gets sent
-// type = ACKTYPE_URL, result = success/failure, (char*)lParam = error message or NULL.
-// Protocols modules are free to define flags starting at 0x10000
-// The event will *not* be added to the database automatically.
-
-#define PSS_URL "/SendUrl"
-
-///////////////////////////////////////////////////////////////////////////////
// Send a set of contacts
// wParam = MAKEWPARAM(flags, nContacts)
// lParam = (LPARAM)(HANDLE*)hContactsList
|