Code cleanup

This commit is contained in:
Pierre Pronchery 2008-02-29 16:30:40 +00:00
parent be9d6014a4
commit b4b7d14734

View File

@ -30,10 +30,10 @@
/* types */
typedef struct _Prefs
{
int flags;
const char ** paths;
size_t paths_cnt;
char * output;
int flags;
char const * output;
} Prefs;
#define PREFS_t 0x1