summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connection.h b/src/connection.h
index d0bdd2c..f51379a 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -25,6 +25,7 @@
#include <telepathy-glib/base-connection.h>
#include <telepathy-glib/contacts-mixin.h>
#include <telepathy-glib/presence-mixin.h>
+#include <telepathy-glib/simple-password-manager.h>
#include <libpurple/account.h>
#include <libpurple/prpl.h>
@@ -66,6 +67,7 @@ struct _HazeConnection {
HazeContactList *contact_list;
HazeImChannelFactory *im_factory;
HazeMediaManager *media_manager;
+ TpSimplePasswordManager *password_manager;
TpContactsMixin contacts;
TpPresenceMixin presence;