--- a/libpurple/purpleprivate.h Fri Dec 03 01:55:19 2021 -0600 +++ b/libpurple/purpleprivate.h Fri Dec 03 01:56:48 2021 -0600 @@ -182,6 +182,24 @@ _purple_conversation_write_common(PurpleConversation *conv, PurpleMessage *msg); /** + * purple_account_manager_startup: + * + * Starts up the account manager by creating the default instance. + * + * Since: 3.0.0 + */ +void purple_account_manager_startup(void); + +/** + * purple_account_manager_shutdown: + * + * Shuts down the account manager by destroying the default instance. + * + * Since: 3.0.0 + */ +void purple_account_manager_shutdown(void); + +/** * purple_conversation_manager_startup: * * Starts up the conversation manager by creating the default instance.