#include <libpurple/account.h>#include "mapping.h"


Go to the source code of this file.
Functions | |
| void | client_enable_account (PurpleAccount *account) |
| PurpleAccount * | client_find_account (extern_account_t *account) |
| void client_enable_account | ( | PurpleAccount * | account | ) |
Definition at line 71 of file clientaccount.c.
References LM_DBG, TRUE, and UI_ID.
Referenced by pipe_handle_publish().
| PurpleAccount* client_find_account | ( | extern_account_t * | account | ) |
Definition at line 31 of file clientaccount.c.
References LM_DBG, NULL, extern_account_t::password, extern_account_t::protocol, proxy, TRUE, and extern_account_t::username.
Referenced by pipe_handle_message(), pipe_handle_publish(), and pipe_handle_subscribe().
1.5.6