We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef424df commit 732b448Copy full SHA for 732b448
ngx_rtmp_cmd_module.c
@@ -94,7 +94,7 @@ ngx_module_t ngx_rtmp_cmd_module = {
94
};
95
96
97
-static void
+void
98
ngx_rtmp_cmd_fill_args(u_char name[NGX_RTMP_MAX_NAME],
99
u_char args[NGX_RTMP_MAX_ARGS])
100
{
ngx_rtmp_cmd_module.h
@@ -97,6 +97,10 @@ typedef struct {
} ngx_rtmp_set_buflen_t;
+void ngx_rtmp_cmd_fill_args(u_char name[NGX_RTMP_MAX_NAME],
101
+ u_char args[NGX_RTMP_MAX_ARGS]);
102
+
103
104
typedef ngx_int_t (*ngx_rtmp_connect_pt)(ngx_rtmp_session_t *s,
105
ngx_rtmp_connect_t *v);
106
typedef ngx_int_t (*ngx_rtmp_disconnect_pt)(ngx_rtmp_session_t *s);
0 commit comments