about summary refs log tree commit diff stats
path: root/src/config/account.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-04-23 21:56:48 +0100
committerJames Booth <boothj5@gmail.com>2015-04-23 21:56:48 +0100
commitbc9e6b79cdc246f7e97f6ddff7ea81474a698b05 (patch)
tree388ed13935bbb56a81ba0861a3ae874bdacef2ff /src/config/account.h
parentba286c54ef69f9adde8bd8aa4d54857dee5414cb (diff)
downloadprofani-tty-bc9e6b79cdc246f7e97f6ddff7ea81474a698b05.tar.gz
Tidied account login
Diffstat (limited to 'src/config/account.h')
-rw-r--r--src/config/account.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/config/account.h b/src/config/account.h
index c237a19e..218f8ce7 100644
--- a/src/config/account.h
+++ b/src/config/account.h
@@ -69,9 +69,8 @@ ProfAccount* account_new(const gchar * const name, const gchar * const jid,
     const gchar * const muc_service, const gchar * const muc_nick,
     const gchar * const otr_policy, GList *otr_manual, GList *otr_opportunistic,
     GList *otr_always);
-
 char* account_create_full_jid(ProfAccount *account);
-
+gboolean account_eval_password(ProfAccount *account);
 void account_free(ProfAccount *account);
 
 #endif