summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/msn/dummy.cpp
blob: 30969535990ed3277c6da0a01fe4b875dd356f3c (plain)
1
2
3
#include "tdemacros.h"
extern "C" TDE_EXPORT void *init_libkopete_msn_shared();
extern "C" TDE_EXPORT void *init_kopete_msn() { return init_libkopete_msn_shared(); }