view libpurple/dbus-useful.h @ 28629:c2bc5f8071a2

Avoid these two compile warnings by using more specific function signatures: mxit.c:128: warning: no previous prototype for ¡Æmxit_register_uri_handler¡Ç splashscreen.c:61: warning: no previous prototype for ¡Æsplash_popup_enabled¡Ç
author Mark Doliner <mark@kingant.net>
date Mon, 23 Nov 2009 07:57:49 +0000
parents 32c366eeeb99
children 98520ee78f12
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);