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

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

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

Revision 173 Revision 176
32 32
33typedef struct psiconv_config_s 33typedef struct psiconv_config_s
34{ 34{
35 int verbosity; 35 int verbosity;
36 int colordepth; 36 int colordepth;
37 int redbits; /* Only needed when color is used and no palet */
38 int greenbits; /* Only needed when color is used and no palet */
39 int bluebits; /* Only needed when color is used and no palet */
37 psiconv_bool_t color; 40 psiconv_bool_t color;
38 psiconv_error_handler_t *error_handler; 41 psiconv_error_handler_t *error_handler;
39} *psiconv_config; 42} *psiconv_config;
40 43
41extern psiconv_config psiconv_config_read(const char *extra_config_file); 44extern psiconv_config psiconv_config_read(const char *extra_config_file);

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

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