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 */ /* types */
typedef struct _Prefs typedef struct _Prefs
{ {
int flags;
const char ** paths; const char ** paths;
size_t paths_cnt; size_t paths_cnt;
char * output; char const * output;
int flags;
} Prefs; } Prefs;
#define PREFS_t 0x1 #define PREFS_t 0x1