--- a/libpurple/protocol.c Fri Oct 18 23:30:32 2019 +0300 +++ b/libpurple/protocol.c Sat Oct 19 13:03:56 2019 +0300 @@ -83,7 +83,7 @@ return protocol->whiteboard_ops; } -static void +static inline void user_splits_free(PurpleProtocol *protocol) { g_return_if_fail(PURPLE_IS_PROTOCOL(protocol)); @@ -91,7 +91,7 @@ g_list_free_full(protocol->user_splits, (GDestroyNotify)purple_account_user_split_destroy); } -static void +static inline void account_options_free(PurpleProtocol *protocol) { g_return_if_fail(PURPLE_IS_PROTOCOL(protocol));