/[public]/psiconv/trunk/lib/psiconv/configuration.c
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/configuration.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 173 Revision 176
32 32
33#ifndef CONFIGURATION_SEARCH_PATH 33#ifndef CONFIGURATION_SEARCH_PATH
34#define CONFIGURATION_SEARCH_PATH "/etc/psiconv.conf:~/.psiconv.conf" 34#define CONFIGURATION_SEARCH_PATH "/etc/psiconv.conf:~/.psiconv.conf"
35#endif 35#endif
36struct psiconv_config_s default_config = 36struct psiconv_config_s default_config =
37 { PSICONV_VERB_WARN, 2, psiconv_bool_false,NULL }; 37 { PSICONV_VERB_WARN, 2, 0,0,0,psiconv_bool_false,NULL };
38 38
39psiconv_config psiconv_config_read(const char *extra_config_file) 39psiconv_config psiconv_config_read(const char *extra_config_file)
40{ 40{
41 psiconv_config config; 41 psiconv_config config;
42 if (!(config = malloc(sizeof(*config)))) 42 if (!(config = malloc(sizeof(*config))))

Legend:
Removed from v.173  
changed lines
  Added in v.176

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26