diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-03 06:26:19 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-03 06:26:19 +0000 |
commit | 6ad2fdede0ae25dc0d56b5e45f6b9aa876e93b68 (patch) | |
tree | 338cd3a33a281b5f8372908f9b2ffb280dd611f2 /MySpace/common.h | |
parent | 3211838af8942e88c53fb775ccd1a2524049592e (diff) |
don't strip links in <a> tags
get avatars! woohoo :)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@248 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'MySpace/common.h')
-rw-r--r-- | MySpace/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MySpace/common.h b/MySpace/common.h index 36a072c..0a9db69 100644 --- a/MySpace/common.h +++ b/MySpace/common.h @@ -39,6 +39,7 @@ #include <m_options.h>
#include <m_protomod.h>
#include <m_protosvc.h>
+#include <m_protocols.h>
#include <stdio.h> // for m_utils
#include <winsock2.h> // for FD_SETSIZE
#include <m_netlib.h>
@@ -49,6 +50,8 @@ #include <m_popup.h>
#include <m_updater.h>
+extern MM_INTERFACE mmi;
+
////////////
// included for backward compatibility
#ifndef CMIF_UNICODE
|