aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/msn/msn.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-01-06 12:32:27 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2008-01-06 12:32:27 +0000
commit46dca11bfad72bb9365b85b433f1e812733f31ec (patch)
treed44da40494c6ddf3e127364015e6ba3e3c4a0290 /protocols/msn/msn.h
parent1febf5c93b231942cd9cac8ac6a5a0d830c581cc (diff)
Changed warning message about unsent MSN messages. It should show the actual
message(s) now.
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r--protocols/msn/msn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h
index 721466d6..746606a0 100644
--- a/protocols/msn/msn.h
+++ b/protocols/msn/msn.h
@@ -157,6 +157,7 @@ char *msn_findheader( char *text, char *header, int len );
char **msn_linesplit( char *line );
int msn_handler( struct msn_handler_data *h );
char *msn_http_encode( const char *input );
+void msn_msgq_purge( struct im_connection *ic, GSList **list );
/* tables.c */
const struct msn_away_state *msn_away_state_by_number( int number );