view libpurple/dbus-useful.h @ 22382:233b4050405f

Minor whitespace cleanup I'm trying out a slight tweak to the commits email script. If I broke it I'll look like a fool now, if not - what do you think of this?
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 29 Feb 2008 20:06:55 +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);