Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    rc6ca3ee r94acdd0  
    2929#include "xmltree.h"
    3030#include "bitlbee.h"
    31 #include "md5.h"
    3231
    3332extern GSList *jabber_connections;
     
    241240
    242241/* conference.c */
    243 struct groupchat *jabber_chat_join( struct im_connection *ic, char *room, char *nick, char *password );
     242struct groupchat *jabber_chat_join( struct im_connection *ic, const char *room, const char *nick, const char *password );
    244243struct groupchat *jabber_chat_by_jid( struct im_connection *ic, const char *name );
    245244void jabber_chat_free( struct groupchat *c );
Note: See TracChangeset for help on using the changeset viewer.