view libpurple/dbus-useful.h @ 32314:9ed25c58e7ce

A while ago I noticed that we don't have enforce a max on the number of processes that we fork to do DNS SRV or TXT lookups. This is pretty minor and I don't care enough to fix it, but it seems like a good idea to mention it in the code.
author Mark Doliner <mark@kingant.net>
date Sun, 21 Aug 2011 00:54:23 +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);