about summary refs log tree commit diff stats
path: root/src/config/account.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/account.h')
-rw-r--r--src/config/account.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/account.h b/src/config/account.h
index 09166752..32fee0f8 100644
--- a/src/config/account.h
+++ b/src/config/account.h
@@ -74,7 +74,7 @@ ProfAccount* account_new(const gchar *const name, const gchar *const jid,
     const gchar *const otr_policy, GList *otr_manual, GList *otr_opportunistic,
     GList *otr_always, const gchar *const pgp_keyid, const char *const startscript,
     const char *const theme, gchar *tls_policy);
-char* account_create_full_jid(ProfAccount *account);
+char* account_create_connect_jid(ProfAccount *account);
 gboolean account_eval_password(ProfAccount *account);
 void account_free(ProfAccount *account);