chiark / gitweb /
Clean up picker list store properly
[disorder] / plugins / execraw.c
1 /** @file plugins/execraw.c
2  * @brief Plugin to play a track by executing a command (raw mode)
3  *
4  * Shares code with @ref exec.c.
5  */
6 #define TYPE DISORDER_PLAYER_RAW
7 #include "exec.c"
8
9 /*
10 Local Variables:
11 c-basic-offset:2
12 comment-column:40
13 fill-column:79
14 indent-tabs-mode:nil
15 End:
16 */