Mercurial > pidgin
diff libpurple/protocols/msn/xfer.h @ 31118:9ccbd0302bb2
Change MsnFileContext variables from "header" to "context". This it
totally superfluous, but I don't like seeing that code if I'm looking
for header stuff.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Thu, 06 Jan 2011 05:51:03 +0000 |
parents | b4064198e017 |
children | d143f52ae28e |
line wrap: on
line diff
--- a/libpurple/protocols/msn/xfer.h Thu Jan 06 05:35:23 2011 +0000 +++ b/libpurple/protocols/msn/xfer.h Thu Jan 06 05:51:03 2011 +0000 @@ -56,7 +56,7 @@ void msn_xfer_end_cb(MsnSlpCall *slpcall, MsnSession *session); gchar * -msn_file_context_to_wire(MsnFileContext *header); +msn_file_context_to_wire(MsnFileContext *context); MsnFileContext * msn_file_context_from_wire(const char *buf, gsize len);