Commit f930ded2 authored by stefano's avatar stefano

Doxument url_close().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@21420 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7b9dcb2a
......@@ -103,7 +103,16 @@ int url_read(URLContext *h, unsigned char *buf, int size);
int url_read_complete(URLContext *h, unsigned char *buf, int size);
int url_write(URLContext *h, unsigned char *buf, int size);
int64_t url_seek(URLContext *h, int64_t pos, int whence);
/**
* Closes the resource accessed by the URLContext h, and frees the
* memory used by it.
*
* @return a negative value if an error condition occurred, 0
* otherwise
*/
int url_close(URLContext *h);
int url_exist(const char *filename);
int64_t url_filesize(URLContext *h);
......
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