about summary refs log tree commit diff stats
path: root/src/config/accounts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/accounts.h')
-rw-r--r--src/config/accounts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/accounts.h b/src/config/accounts.h
index 4c74a523..ba282eac 100644
--- a/src/config/accounts.h
+++ b/src/config/accounts.h
@@ -28,6 +28,7 @@
 typedef struct prof_account_t {
     gchar *name;
     gchar *jid;
+    gchar *password;
     gchar *resource;
     gchar *server;
     gchar *last_presence;