summaryrefslogtreecommitdiffstats
path: root/server/config.h
blob: dc9cff15b2c9efb5b5c2c830874423409c6ee81f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * server/config.h
 */


/*
 * Parse the server configuration file, create a socket address
 * structure and a tree of datasets.
 *
 * Returns: Number of Datasets loaded or -1 on failure.
 */
int parse_config_file(const char *filename, struct sockaddr_in *sockaddr,
		      void **tree);