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-11-28 14:06:21 +02:00

12 lines
162 B
C

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