Mercurial > pidgin
diff libpurple/util.h @ 32010:c66910c13433
Fix build breakage from bfae54755d0a683ab945fea4666da04aeb1113d1.
author | andrew.victor@mxit.com |
---|---|
date | Thu, 01 Sep 2011 06:56:17 +0000 |
parents | f31dc7349961 |
children | 4d5e1dc93265 |
line wrap: on
line diff
--- a/libpurple/util.h Thu Sep 01 06:29:47 2011 +0000 +++ b/libpurple/util.h Thu Sep 01 06:56:17 2011 +0000 @@ -103,7 +103,7 @@ * * @return The callback function. */ -PurpleCallback purple_menu_action_get_callback(const PurpleMenuAction *act); +PurpleCallback *purple_menu_action_get_callback(const PurpleMenuAction *act); /** * Returns the data stored in the PurpleMenuAction.