Changeset 509cf60 for protocols/msn
- Timestamp:
- 2012-10-20T00:02:45Z (12 years ago)
- Branches:
- master
- Children:
- 3cd37d7
- Parents:
- 6042a54
- Location:
- protocols/msn
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.h
r6042a54 r509cf60 242 242 243 243 /* msn_util.c */ 244 int msn_logged_in( struct im_connection *ic );245 244 int msn_buddy_list_add( struct im_connection *ic, msn_buddy_flags_t list, const char *who, const char *realname_, const char *group ); 246 245 int msn_buddy_list_remove( struct im_connection *ic, msn_buddy_flags_t list, const char *who, const char *group ); -
protocols/msn/msn_util.c
r6042a54 r509cf60 29 29 #include "soap.h" 30 30 #include <ctype.h> 31 32 int msn_logged_in( struct im_connection *ic )33 {34 imcb_connected( ic );35 36 return( 0 );37 }38 31 39 32 static char *adlrml_entry( const char *handle_, msn_buddy_flags_t list )
Note: See TracChangeset
for help on using the changeset viewer.