removed any malloc operation, added t_runtime_options struct

This commit is contained in:
Gabriele Bartolini
2010-12-29 23:56:37 +01:00
committed by Greg Smith
parent 7a3be3a2f9
commit 716a0ae9d3
5 changed files with 139 additions and 129 deletions

View File

@@ -20,7 +20,7 @@
#include "config.h"
void
parse_config(const char* config_file, configuration_options* options)
parse_config(const char* config_file, t_configuration_options* options)
{
char *s, buff[MAXLINELENGTH];
char name[MAXLEN];