obs-outputs: Fix missing function declaration
This commit is contained in:
parent
7ba9db3744
commit
a31d7acb14
@ -510,6 +510,7 @@ extern "C"
|
||||
void RTMP_Reset(RTMP *r);
|
||||
void RTMP_Close(RTMP *r);
|
||||
RTMP *RTMP_Alloc(void);
|
||||
void RTMP_TLS_Init(RTMP *r);
|
||||
void RTMP_TLS_Free(RTMP *r);
|
||||
void RTMP_Free(RTMP *r);
|
||||
void RTMP_EnableWrite(RTMP *r);
|
||||
|
Loading…
x
Reference in New Issue
Block a user