Mercurial > pidgin.yaz
view libpurple/dbus-useful.h @ 18186:80c909c5bb7a
- Add a mode switch to allow DER or PEM imports (necessary because SSL certs
come over the wire in DER, but PEM is used as the local x509 cert
format
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Tue, 19 Jun 2007 15:33:56 +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);