* overhaul the configuration system (part 1)

This commit is contained in:
Dirk-Jan C. Binnema
2009-11-28 14:06:21 +02:00
parent 7265485fb0
commit eaf8b1cba5
6 changed files with 299 additions and 178 deletions

View File

@ -1,8 +1,9 @@
#ifndef __MU_QUERY_H__
#define __MU_QUERY_H__
MuResult mu_query_run (GSList *args);
GOptionGroup* mu_query_option_group (void);
#include "mu-config.h"
MuResult mu_query_run (MuConfigOptions *opts, GSList *args);
#endif /*__MU_QUERY_H__*/