Merge branch 'master' into pgp

Conflicts:
	src/config/account.h
This commit is contained in:
James Booth
2015-04-23 23:48:43 +01:00
5 changed files with 79 additions and 60 deletions

View File

@@ -70,9 +70,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, const gchar * const pgp_keyid);
char* account_create_full_jid(ProfAccount *account);
gboolean account_eval_password(ProfAccount *account);
void account_free(ProfAccount *account);
#endif