* mu-query: take a char** instead of a gslist

This commit is contained in:
Dirk-Jan C. Binnema
2009-12-11 22:06:16 +02:00
parent 7dc44abd9d
commit 3a7d6dfd34
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
#include "mu-config.h"
MuResult mu_query_run (MuConfigOptions *opts, GSList *args);
MuResult mu_query_run (MuConfigOptions *opts, gchar **params);
#endif /*__MU_QUERY_H__*/