Commit 5cd12c79 authored by Rémi Duraffort's avatar Rémi Duraffort

access_sftp: fix compilation.

parent ead9acc0
......@@ -79,7 +79,7 @@ vlc_module_end ()
* Local prototypes
*****************************************************************************/
static block_t* Block( access_t * );
static int Seek( access_t *, int64_t );
static int Seek( access_t *, uint64_t );
static int Control( access_t *, int, va_list );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment