From 9060bf2b23f86be8eaecbdc90262a8d1c0e7b374 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 28 Feb 2013 19:26:54 +0000 Subject: compilation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@3809 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_HTTPServer.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'plugins/ExternalAPI/m_HTTPServer.h') diff --git a/plugins/ExternalAPI/m_HTTPServer.h b/plugins/ExternalAPI/m_HTTPServer.h index 6cb6549ee0..c8de071838 100644 --- a/plugins/ExternalAPI/m_HTTPServer.h +++ b/plugins/ExternalAPI/m_HTTPServer.h @@ -100,6 +100,18 @@ typedef struct { #define MS_HTTP_GET_ALL_SHARES "HTTPServer/GetAllShares" +///////////////////////////////////////////// +//// Service MS_HTTP_GET_LINK ///// +///////////////////////////////////////////// +// +// wParam = (char*)pszSrvPath; +// lParam = 0 +// Return URL Link on success, 0 on failure +// Return pointer must be mir_free by caller +// +// Return the URL link to the pszSrvPath + +#define MS_HTTP_GET_LINK "HTTPServer/GetLink" #endif -- cgit v1.2.3