summaryrefslogtreecommitdiff
path: root/protocols/JabberG/jabber.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/jabber.cpp')
-rw-r--r--protocols/JabberG/jabber.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/protocols/JabberG/jabber.cpp b/protocols/JabberG/jabber.cpp
index 71ac8b153b..33674a3a9e 100644
--- a/protocols/JabberG/jabber.cpp
+++ b/protocols/JabberG/jabber.cpp
@@ -76,7 +76,6 @@ HANDLE hModulesLoaded, hModulesLoadedTB;
HANDLE hExtraActivity = NULL;
HANDLE hExtraMood = NULL;
-
void JabberUserInfoInit(void);
int bSecureIM;
@@ -219,10 +218,8 @@ static int jabberProtoUninit( CJabberProto* ppro )
return 0;
}
-extern "C" int __declspec( dllexport ) Load( )
+extern "C" int __declspec( dllexport ) Load()
{
-
-
// set the memory, lists & utf8 managers
mir_getXI( &xi );
mir_getTMI( &tmi );