Changeset 509cf60 for protocols/msn/msn_util.c
- Timestamp:
- 2012-10-20T00:02:45Z (11 years ago)
- Branches:
- master
- Children:
- 3cd37d7
- Parents:
- 6042a54
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.