diff options
Diffstat (limited to 'ircxmpp.h')
-rw-r--r-- | ircxmpp.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |