* initial import of mu - the next generation

This commit is contained in:
Dirk-Jan C. Binnema
2009-11-25 22:55:06 +02:00
commit 2b0aca1bf7
34 changed files with 5140 additions and 0 deletions

10
src/mu-query.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef __MU_QUERY_H__
#define __MU_QUERY_H__
MuResult mu_query_run (GSList *args);
GOptionGroup* mu_query_option_group (void);
#endif /*__MU_QUERY_H__*/