about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-02-04 00:37:10 +0000
committerJames Booth <boothj5@gmail.com>2013-02-04 00:37:10 +0000
commiteb26cab7396f472306981a052896fc20cb35464a (patch)
tree18e14f9cb9d5cd121305e8cee2a8d69ffe92be56 /src/xmpp/xmpp.h
parent99232b05306ca187c7483239e8a54b1a904b900a (diff)
downloadprofani-tty-eb26cab7396f472306981a052896fc20cb35464a.tar.gz
Use of const in connection.c
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h
index 10c454c6..f5783425 100644
--- a/src/xmpp/xmpp.h
+++ b/src/xmpp/xmpp.h
@@ -54,7 +54,7 @@ typedef struct capabilities_t {
 void jabber_init(const int disable_tls);
 jabber_conn_status_t jabber_connect_with_details(const char * const jid,
     const char * const passwd, const char * const altdomain);
-jabber_conn_status_t jabber_connect_with_account(ProfAccount *account,
+jabber_conn_status_t jabber_connect_with_account(const ProfAccount * const account,
     const char * const passwd);
 void jabber_disconnect(void);
 void jabber_process_events(void);