1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-30 08:01:07 +02:00
mu/src/mu-query.h

12 lines
162 B
C
Raw Normal View History

#ifndef __MU_QUERY_H__
#define __MU_QUERY_H__
#include "mu-config.h"
MuResult mu_query_run (MuConfigOptions *opts, GSList *args);
#endif /*__MU_QUERY_H__*/