1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-28 07:41:04 +02:00
mu/src/mu-query.h
2009-12-11 22:06:16 +02:00

12 lines
164 B
C

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