blob: a56a572cee1d844e5848724979f39db5c77a35bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* License: LGPL-2.1
* vim: set sts=2 sw=2 et : */
#ifndef _SST_LOCAL_PLAY
#define _SST_LOCAL_PLAY
#include "../lib.h"
void stp_play_from_msg (TranscodeServerCtx *ctx);
#endif /* _SST_LOCAL_PLAY */
|