view src/dbus-useful.h @ 11556:7fbf5e4e8f5f

[gaim-migrate @ 13816] SF Patch #1295517, from Casey Harkins "This is quick patch to remove the #include's for sound.h from gtksound.c and server.c which I overlooked in a previous patch (which removed the sound code from those files). In addition, gtkblist.c unnecessarily includes both sound.h and gtksound.h." committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 19 Sep 2005 16:18:50 +0000
parents 1c5398ccbeb0
children 8bda65b88e49
line wrap: on
line source

#include "conversation.h"

GaimAccount *gaim_accounts_find_ext(const char *name, const char *protocol_id, 
				    gboolean (*account_test)(const GaimAccount *account));

GaimAccount *gaim_accounts_find_any(const char *name, const char *protocol);

GaimAccount *gaim_accounts_find_connected(const char *name, const char *protocol);