Changes in protocols/jabber/jabber.h [c6ca3ee:840bba8]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/jabber.h
rc6ca3ee r840bba8 27 27 #include <glib.h> 28 28 29 #include "xmltree.h"30 29 #include "bitlbee.h" 31 30 #include "md5.h" 31 #include "xmltree.h" 32 32 33 33 extern GSList *jabber_connections; … … 84 84 /* After changing one of these two (or the priority setting), call 85 85 presence_send_update() to inform the server about the changes. */ 86 struct jabber_away_state *away_state;86 const struct jabber_away_state *away_state; 87 87 char *away_message; 88 88 … … 241 241 242 242 /* conference.c */ 243 struct groupchat *jabber_chat_join( struct im_connection *ic, c har *room, char *nick,char *password );243 struct groupchat *jabber_chat_join( struct im_connection *ic, const char *room, const char *nick, const char *password ); 244 244 struct groupchat *jabber_chat_by_jid( struct im_connection *ic, const char *name ); 245 245 void jabber_chat_free( struct groupchat *c );
Note: See TracChangeset
for help on using the changeset viewer.