[Telepathy-commits] [telepathy-haze/master] connection.h: more void declarations

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Jan 8 06:28:54 PST 2009


---
 src/connection.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/connection.h b/src/connection.h
index 0fd6f4d..38d49ef 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -73,8 +73,8 @@ struct _HazeConnection {
 #define HAZE_CONNECTION_GET_PRPL_INFO(conn) \
     (PURPLE_PLUGIN_PROTOCOL_INFO (conn->account->gc->prpl))
 
-PurpleAccountUiOps *haze_get_account_ui_ops ();
-PurpleConnectionUiOps *haze_get_connection_ui_ops ();
+PurpleAccountUiOps *haze_get_account_ui_ops (void);
+PurpleConnectionUiOps *haze_get_connection_ui_ops (void);
 
 const gchar *
 haze_connection_handle_inspect (HazeConnection *conn,
-- 
1.5.6.5




More information about the Telepathy-commits mailing list