summaryrefslogtreecommitdiff
path: root/src/debug/local-play.h
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2014-07-09 08:43:04 (GMT)
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2014-07-09 08:43:04 (GMT)
commit160c3dbb2ce9172ea8cf3ddb559a4efd9fde1683 (patch)
tree0123dba499f5ada7d82a6ff676732efb7b8a23bd /src/debug/local-play.h
parent8ef516c328ef2cd5b3664be62274a08192608ffb (diff)
downloadsoup-transcoding-proxy-160c3dbb2ce9172ea8cf3ddb559a4efd9fde1683.zip
soup-transcoding-proxy-160c3dbb2ce9172ea8cf3ddb559a4efd9fde1683.tar.gz
Add source files
Diffstat (limited to 'src/debug/local-play.h')
-rw-r--r--src/debug/local-play.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/debug/local-play.h b/src/debug/local-play.h
new file mode 100644
index 0000000..a56a572
--- /dev/null
+++ b/src/debug/local-play.h
@@ -0,0 +1,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 */