Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/jabber.h

    r4cf80bb rc6ca3ee  
    2727#include <glib.h>
    2828
     29#include "xmltree.h"
    2930#include "bitlbee.h"
    3031#include "md5.h"
    31 #include "xmltree.h"
    3232
    3333extern GSList *jabber_connections;
     
    241241
    242242/* conference.c */
    243 struct groupchat *jabber_chat_join( struct im_connection *ic, const char *room, const char *nick, const char *password );
     243struct groupchat *jabber_chat_join( struct im_connection *ic, char *room, char *nick, char *password );
    244244struct groupchat *jabber_chat_by_jid( struct im_connection *ic, const char *name );
    245245void jabber_chat_free( struct groupchat *c );
Note: See TracChangeset for help on using the changeset viewer.