view src/cfgfile.h @ 25:8eaf72e2041b

Reindent the source using GNU indent and "indent -i4 -bli0 -npcs -nprs -npsl". Fix the problems introduced afterwards.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 14:16:04 +0300
parents 241c93442be0
children a68786b9c74b
line wrap: on
line source

/*
 *	cfgfile.h
 *	AYM 1998-09-30
 */


int parse_config_file_default();
int parse_config_file_user(const char *name);
int parse_command_line_options(int argc, const char *const *argv, int pass);
void dump_parameters(FILE * fd);
void dump_command_line_options(FILE * fd);
extern const char config_file_magic[];