mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-03 19:18:01 +00:00
lavf/ftp: Remove an unneeded forward declaration.
This commit is contained in:
parent
d6a1f711bc
commit
f85fa100db
@ -489,8 +489,6 @@ static int ftp_list_nlst(FTPContext *s)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int ftp_has_feature(FTPContext *s, const char *feature_name);
|
||||
|
||||
static int ftp_list(FTPContext *s)
|
||||
{
|
||||
int ret;
|
||||
|
Loading…
Reference in New Issue
Block a user