Changeset 79bb7e4 for protocols/msn/msn.h
- Timestamp:
- 2012-09-16T17:40:44Z (12 years ago)
- Branches:
- master
- Children:
- e9caacd
- Parents:
- 080c43a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.h
r080c43a r79bb7e4 2 2 * BitlBee -- An IRC to other IM-networks gateway * 3 3 * * 4 * Copyright 2002-201 0Wilmer van der Gaast and others *4 * Copyright 2002-2012 Wilmer van der Gaast and others * 5 5 \********************************************************************/ 6 6 … … 253 253 struct msn_group *msn_group_by_id( struct im_connection *ic, const char *id ); 254 254 int msn_ns_set_display_name( struct im_connection *ic, const char *value ); 255 const char *msn_normalize_handle( const char *handle ); 255 256 256 257 /* tables.c */ … … 263 264 int msn_sb_write( struct msn_switchboard *sb, const char *fmt, ... ) G_GNUC_PRINTF( 2, 3 );; 264 265 struct msn_switchboard *msn_sb_create( struct im_connection *ic, char *host, int port, char *key, int session ); 265 struct msn_switchboard *msn_sb_by_handle( struct im_connection *ic, c har *handle );266 struct msn_switchboard *msn_sb_by_handle( struct im_connection *ic, const char *handle ); 266 267 struct msn_switchboard *msn_sb_by_chat( struct groupchat *c ); 267 268 struct msn_switchboard *msn_sb_spare( struct im_connection *ic );
Note: See TracChangeset
for help on using the changeset viewer.