view libpurple/dbus-useful.h @ 17483:794abbe3e14e

Christopher Layne tells me that a null in a Yahoo packet where we were expecting a 0xc0 80 delimiter means that we've reached the end of the packet. I left a ridiciously long comment in the code.
author Mark Doliner <mark@kingant.net>
date Mon, 04 Jun 2007 06:57:25 +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);