mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
ffserver: reorder HTTP fwd decls
Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
This commit is contained in:
parent
f7ed997a6d
commit
8129ccec3a
@ -209,10 +209,10 @@ static void close_connection(HTTPContext *c);
|
||||
|
||||
/* HTTP handling */
|
||||
static int handle_connection(HTTPContext *c);
|
||||
static int http_parse_request(HTTPContext *c);
|
||||
static int http_send_data(HTTPContext *c);
|
||||
static void compute_status(HTTPContext *c);
|
||||
static int open_input_stream(HTTPContext *c, const char *info);
|
||||
static int http_parse_request(HTTPContext *c);
|
||||
static int http_send_data(HTTPContext *c);
|
||||
static int http_start_receive_data(HTTPContext *c);
|
||||
static int http_receive_data(HTTPContext *c);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user