diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-20 22:42:59 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-20 22:42:59 +0000 |
commit | bc090f0c3bc243de277a8e04f906384838d95e35 (patch) | |
tree | ba4621062f0dc2ca0f1a08de7085e8ec9c4cabc7 /protocols/msn/soap.h | |
parent | ffb6dea650db7671d2414b1a9541cf0baba8ff11 (diff) |
Error reporting and added a msgq_send function. Need to put some more
intelligence into it later.
Diffstat (limited to 'protocols/msn/soap.h')
-rw-r--r-- | protocols/msn/soap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/msn/soap.h b/protocols/msn/soap.h index 687cc282..3db2d59d 100644 --- a/protocols/msn/soap.h +++ b/protocols/msn/soap.h @@ -82,5 +82,6 @@ "</soap:Envelope>" int msn_soap_oim_send( struct im_connection *ic, const char *to, const char *msg ); +int msn_soap_oim_send_queue( struct im_connection *ic, GSList **msgq ); #endif /* __SOAP_H__ */ |