summaryrefslogtreecommitdiff
path: root/protocols/MSN/src/msn_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/MSN/src/msn_global.h')
-rw-r--r--protocols/MSN/src/msn_global.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/MSN/src/msn_global.h b/protocols/MSN/src/msn_global.h
index 1011df19f1..4e5314b22a 100644
--- a/protocols/MSN/src/msn_global.h
+++ b/protocols/MSN/src/msn_global.h
@@ -63,6 +63,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <m_timezones.h>
#include <m_extraicons.h>
#include <m_nudge.h>
+#include <m_string.h>
#include "m_proto_listeningto.h"
#include "m_folders.h"
@@ -163,8 +164,6 @@ char* GetGlobalIp(void);
template <class chartype> void UrlDecode(chartype* str);
-void UrlEncode(const char* src, char* dest, size_t cbDest);
-
void __cdecl MSN_ConnectionProc(HANDLE hNewConnection, DWORD dwRemoteIP, void*);
char* MSN_GetAvatarHash(char* szContext, char** pszUrl = NULL);