view libpurple/dbus-useful.h @ 28479:88f2822da22b

Fix copy/paste error. Unless this is really the MSN prpl in disguise.
author maiku@pidgin.im
date Fri, 28 Aug 2009 08:40:08 +0000
parents 32c366eeeb99
children
line wrap: on
line source

#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);