view libpurple/dbus-useful.h @ 29523:962bc012a504

This cast is incorrect. It should be (time_t *). But it's actually not needed. This has been in our code since: 22ea67df.. by warmenhoven 2001-07-31 Crazy, huh? Fixes #11484.
author Mark Doliner <mark@kingant.net>
date Thu, 04 Mar 2010 07:37:08 +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);