ELinks 0.18.0
|
#include <string.h>
#include "elinks.h"
#include "config/domain.h"
#include "config/options.h"
#include "protocol/uri.h"
#include "session/location.h"
#include "session/session.h"
#include "util/lists.h"
#include "viewer/text/vs.h"
Functions | |
static struct option * | get_domain_option (char *domain_name, int domain_len, const char *name) |
struct option * | get_domain_option_from_session (const char *name, struct session *ses) |
struct option * | get_domain_tree (char *domain_name) |
void | done_domain_trees (void) |
Variables | |
struct domain_tree list | domain_trees = { D_LIST_HEAD_EL(domain_trees) } |
void done_domain_trees | ( | void | ) |
|
static |
struct option * get_domain_tree | ( | char * | domain_name | ) |
struct domain_tree list domain_trees = { D_LIST_HEAD_EL(domain_trees) } |