--- psiconv/trunk/lib/psiconv/configuration.h 2003/11/27 11:43:51 173 +++ psiconv/trunk/lib/psiconv/configuration.h 2003/12/13 23:26:37 180 @@ -34,12 +34,17 @@ { int verbosity; int colordepth; + int redbits; /* Only needed when color is used and no palet */ + int greenbits; /* Only needed when color is used and no palet */ + int bluebits; /* Only needed when color is used and no palet */ psiconv_bool_t color; psiconv_error_handler_t *error_handler; } *psiconv_config; -extern psiconv_config psiconv_config_read(const char *extra_config_file); +extern psiconv_config psiconv_config_default(void); +extern void psiconv_config_read(const char *extra_config_files, + psiconv_config *config); #ifdef __cplusplus }