view libpurple/dbus-useful.h @ 22267:7f7c89ff5cc7

felipec noticed that this include was missing.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 05 Feb 2008 19:12:59 +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);