summaryrefslogtreecommitdiffstats
path: root/ircxmpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'ircxmpp.h')
-rw-r--r--ircxmpp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ircxmpp.h b/ircxmpp.h
index 72557e4..da03aa5 100644
--- a/ircxmpp.h
+++ b/ircxmpp.h
@@ -163,6 +163,7 @@ struct ircxmpp {
int port;
char * channel;
char * muc;
+ char * channel_password;
};
void free_bridge (struct bridge **, const char *);
void free_bridges (struct bridge **);
@@ -192,4 +193,4 @@ int irc_run_once (struct bridge *);
void init_irc (struct bridge *);
void init_irc_control (struct ircxmpp *);
// /IRC
-int main (int argc, char ** argv);
+int main (void);