diff libpurple/protocols/msn/p2p.h @ 31306:5964f65c17ed

Avoid duplicated code using a util function to check the flags.
author masca@cpw.pidgin.im
date Thu, 05 Aug 2010 23:42:42 +0000
parents 16ab805406d1
children 72e6fa6caecc
line wrap: on
line diff
--- a/libpurple/protocols/msn/p2p.h	Thu Aug 05 23:16:49 2010 +0000
+++ b/libpurple/protocols/msn/p2p.h	Thu Aug 05 23:42:42 2010 +0000
@@ -82,4 +82,7 @@
 MsnP2PFooter *
 msn_p2p_footer_to_wire(MsnP2PFooter *footer);
 
+gboolean
+msn_p2p_msg_is_data(const MsnP2PHeaderFlag flags);
+
 #endif /* MSN_P2P_H */