diff options
author | Olli Salli <olli.salli@collabora.co.uk> | 2012-03-15 19:40:59 +0200 |
---|---|---|
committer | Olli Salli <olli.salli@collabora.co.uk> | 2012-03-15 22:03:10 +0200 |
commit | fb72f2501a61a1b2721ee157d6d0db74e487f92a (patch) | |
tree | b6765ac91b0a2f74c148889bdaebc7c8ce55119d /salut | |
parent | 0f7261358bb7fb8356c908e807f8c0c52318fbed (diff) |
Completely eradicate the dependency to salut_protocol_new from the plugin lib
plugin.c is part of the plugin lib, so we can't mention salut_protocol_new there either. Therefore
it has to be referenced all the way in the plugin loader, which is in salut core.
Diffstat (limited to 'salut')
-rw-r--r-- | salut/plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/salut/plugin.h b/salut/plugin.h index 1c199973..fe45ddf6 100644 --- a/salut/plugin.h +++ b/salut/plugin.h @@ -156,7 +156,8 @@ SalutSidecar * salut_plugin_create_sidecar_finish ( void salut_plugin_initialize ( SalutPlugin *plugin, - TpBaseConnectionManager *connection_manager); + TpBaseConnectionManager *connection_manager, + SalutCreateProtocolImpl proto_ctor); GPtrArray * salut_plugin_create_channel_managers ( SalutPlugin *plugin, |