blob: 9c0d897d088baee6e14da6400ecf5450c8c8b7bb (
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_ENCODE
#define _SST_ENCODE
#include "lib.h"
void stp_encode_from_msg (TranscodeServerCtx *ctx);
#endif /* _SST_ENCODE */
|