summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
authorWill Thompson <resiak@soc.pidgin.im>2007-08-06 21:42:23 +0000
committerWill Thompson <resiak@soc.pidgin.im>2007-08-06 21:42:23 +0000
commit8e56ccfd9926e572a56ef381001bd4c870d3c3d8 (patch)
treec32da26c435a062b2fca1b633ec7277bdaa24c83 /src/connection.h
parentafe52fcece9f5e27e16c0ee195d635f151bfafc8 (diff)
downloadtelepathy-haze-8e56ccfd9926e572a56ef381001bd4c870d3c3d8.tar.gz
Update presence on account status change; silently accept subscription requests
20070806214223-984d1-267f683968dbfdf74946d27233078f9005f20e06.gz
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/connection.h b/src/connection.h
index 25902be..f2c380d 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -20,11 +20,11 @@
*
*/
-
#include <glib-object.h>
#include <telepathy-glib/base-connection.h>
#include <telepathy-glib/presence-mixin.h>
+#include <account.h>
#include <prpl.h>
#include "contact-list.h"
@@ -71,6 +71,8 @@ struct _HazeConnection {
#define HAZE_CONNECTION_GET_PRPL_INFO(conn) \
(PURPLE_PLUGIN_PROTOCOL_INFO (conn->account->gc->prpl))
+PurpleAccountUiOps *haze_get_account_ui_ops ();
+
GType haze_connection_get_type (void);
/* TYPE MACROS */