Add/Update translations
[gmpc-dynamic-playlist.git] / tests / fixture_mpd.h
blobfa9bbdd6abdae87c442f55d47ee2c85953efab89
1 #ifndef _DYN_LIST_FIXTURE_MPD
2 #define _DYN_LIST_FIXTURE_MPD
4 #include <glib.h>
6 void fake_mpd_init(const gchar* l_config);
7 void fake_mpd_kill(const gchar* l_config, gboolean l_try);
8 void fake_mpd_free(const gchar* l_config);
10 #endif
12 /* vim:set ts=4 sw=4: */