Source Code (Use browser search to find items of interest.)

Class Index

ksirc'control (./kdenetwork/ksirc/pws-0.5/mathopd-1.1/src/mathopd.h:177)

struct control {
	char *alias;
	int symlinksok;
	int loglevel;
	int path_args_ok;
	struct simple_list *index_names;
	struct access *accesses;
	struct mime *mimes;
	struct control *next;
	struct simple_list *locations;
	struct access *clients;
	char *admin;
	int refresh;
};

struct virtual {