ELinks 0.18.0
domain.h File Reference
#include "config/options.h"
#include "util/lists.h"
Include dependency graph for domain.h:
This graph shows which files directly or indirectly include this file:

Data Structures

struct  domain_tree
 

Functions

struct optionget_domain_tree (char *)
 
struct optionget_domain_option_from_session (const char *, struct session *)
 
void done_domain_trees (void)
 

Variables

struct domain_tree list domain_trees
 

Function Documentation

◆ done_domain_trees()

void done_domain_trees ( void )

◆ get_domain_option_from_session()

struct option * get_domain_option_from_session ( const char * name,
struct session * ses )

◆ get_domain_tree()

struct option * get_domain_tree ( char * domain_name)

Variable Documentation

◆ domain_trees

struct domain_tree list domain_trees
extern