Ignore:
Timestamp:
2010-08-14T19:57:13Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4fc95c5
Parents:
193dc74
Message:

Separate boilerplate and body of abservice SOAP requests since the former's
the same all the time (and I have to add some more request types).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn_util.c

    r193dc74 r6ddb223  
    147147                return msn_write( ic, buf, strlen( buf ) );
    148148        }
     149       
     150        return 1;
    149151}
    150152
     
    188190        }
    189191       
    190         return( 0 );
     192        return 1;
    191193}
    192194
Note: See TracChangeset for help on using the changeset viewer.