1 #ifndef EL__CONFIG_DOMAIN_H
2 #define EL__CONFIG_DOMAIN_H
4 #include "config/options.h"
5 #include "util/lists.h"
11 LIST_HEAD(struct domain_tree
);
17 unsigned char name
[1]; /* Must be at end of struct. */
20 extern LIST_OF(struct domain_tree
) domain_trees
;
22 struct option
*get_domain_tree(unsigned char *);
24 struct option
*get_domain_option_from_session(unsigned char *,
27 void done_domain_trees(void);