* mu-config.[ch]: better option checking, default setting, fix some small leaks

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-06 01:24:37 +02:00
parent d0592a2aa9
commit 8262f2c4d8
2 changed files with 31 additions and 8 deletions

View File

@ -34,6 +34,7 @@ struct _MuConfigOptions {
gboolean quiet; /* don't give any output */
gboolean debug; /* spew out debug info */
char *muhome; /* the House of Mu */
char *xpath; /* path to the Xapian dir */
gboolean version; /* request mu version */
gboolean log_stderr; /* log to stderr (not logfile) */
gchar** params; /* parameters (for querying) */