diff -r 6f77b7e4936c -r 44c2bc252f60 libpurple/protocols/msn/object.h --- a/libpurple/protocols/msn/object.h Fri Sep 02 18:05:24 2011 +0000 +++ b/libpurple/protocols/msn/object.h Fri Sep 02 19:50:58 2011 +0000 @@ -86,9 +86,10 @@ /** * Destroys an MsnObject structure. * - * @param obj The object structure. + * @param obj The object structure. + * @param only_remote Only destroy non-local objects. */ -void msn_object_destroy(MsnObject *obj); +void msn_object_destroy(MsnObject *obj, gboolean only_remote); /** * Outputs a string representation of an MsnObject.