[telepathy-mission-control/master] mcd-account-connection.h: move declarations to mcd-account-priv.h

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Apr 15 05:22:50 PDT 2009


---
 src/mcd-account-connection.h |    4 ----
 src/mcd-account-priv.h       |    3 +++
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/mcd-account-connection.h b/src/mcd-account-connection.h
index 08d75ce..246b0d7 100644
--- a/src/mcd-account-connection.h
+++ b/src/mcd-account-connection.h
@@ -32,10 +32,6 @@
 #include "mcd-connection-plugin.h"
 
 G_BEGIN_DECLS
-
-G_GNUC_INTERNAL void _mcd_account_connection_begin (McdAccount *account);
-G_GNUC_INTERNAL void _mcd_account_connection_class_init (McdAccountClass *klass);
-
 G_END_DECLS
 
 #endif /* __MCD_ACCOUNT_CONNECTION_H__ */
diff --git a/src/mcd-account-priv.h b/src/mcd-account-priv.h
index cb7ee34..597f279 100644
--- a/src/mcd-account-priv.h
+++ b/src/mcd-account-priv.h
@@ -135,5 +135,8 @@ extern const McdDBusProp account_compat_properties[];
 void account_compat_iface_init (McSvcAccountInterfaceCompatClass *iface,
 				     gpointer iface_data);
 
+G_GNUC_INTERNAL void _mcd_account_connection_begin (McdAccount *account);
+G_GNUC_INTERNAL void _mcd_account_connection_class_init (McdAccountClass *klass);
+
 #endif /* __MCD_ACCOUNT_PRIV_H__ */
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list