* overhaul the configuration system (part 1)
This commit is contained in:
@ -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__*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user