diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-04 18:23:46 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-09-04 18:23:46 +0100 |
commit | 4e1be76617060e89795e381d356f81cd2cbf32dc (patch) | |
tree | 900872afc0962e741aced4d0e4631ab529d4930a /protocols/msn/soap.h | |
parent | 27053b516db4d0e648d666e6d9e36856af428775 (diff) |
Clean up any stuff stuck in the soap queue at disconnect time.
Diffstat (limited to 'protocols/msn/soap.h')
-rw-r--r-- | protocols/msn/soap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/msn/soap.h b/protocols/msn/soap.h index bd3e0245..b13238a4 100644 --- a/protocols/msn/soap.h +++ b/protocols/msn/soap.h @@ -44,6 +44,9 @@ #include "nogaim.h" +int msn_soapq_flush( struct im_connection *ic, gboolean resend ); + + #define SOAP_HTTP_REQUEST \ "POST %s HTTP/1.0\r\n" \ "Host: %s\r\n" \ |