view libpurple/dbus-useful.h @ 24413:e5efa83aa6d2

Fix our COPYRIGHT file to be UTF-8 again and add a test to the commit-check Makefile rule to catch this in the future.
author Richard Laager <rlaager@wiktel.com>
date Mon, 17 Nov 2008 19:28:39 +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);