pidgin/pidgin

Prepare for the next round of development
release-2.x.y
3 months ago, Gary Kramlich
8bb8965bee8d
Prepare for the next round of development

Testing Done:
Ran `make distcheck` without issue.

Reviewed at https://reviews.imfreedom.org/r/2979/
#include "conversation.h"
PurpleAccount *purple_accounts_find_ext(const char *name, const char *protocol_id,
gboolean (*account_test)(const PurpleAccount *account));
PurpleAccount *purple_accounts_find_any(const char *name, const char *protocol);
PurpleAccount *purple_accounts_find_connected(const char *name, const char *protocol);