summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/msn/dummy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/msn/dummy.cpp')
-rw-r--r--kopete/protocols/msn/dummy.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/kopete/protocols/msn/dummy.cpp b/kopete/protocols/msn/dummy.cpp
new file mode 100644
index 00000000..6edd39fa
--- /dev/null
+++ b/kopete/protocols/msn/dummy.cpp
@@ -0,0 +1,3 @@
+#include "kdemacros.h"
+extern "C" KDE_EXPORT void *init_libkopete_msn_shared();
+extern "C" KDE_EXPORT void *init_kopete_msn() { return init_libkopete_msn_shared(); }