aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/skype/skype.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/skype/skype.c')
-rw-r--r--protocols/skype/skype.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/skype/skype.c b/protocols/skype/skype.c
index a21af8ef..bd8a1850 100644
--- a/protocols/skype/skype.c
+++ b/protocols/skype/skype.c
@@ -1762,3 +1762,17 @@ void init_plugin(void)
#endif
register_protocol(ret);
}
+
+struct plugin_info *init_plugin_info(void)
+{
+ static struct plugin_info info = {
+ BITLBEE_ABI_VERSION_CODE,
+ "skype",
+ BITLBEE_VERSION,
+ "Skype protocol plugin",
+ NULL,
+ NULL
+ };
+
+ return &info;
+}