X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Furl.h;h=99a3201cf6c8d9da961662aab4e7c721603e3d92;hb=03b2b40fd7f010fc245d36c05c7439c058b927bf;hp=1a845b77e7c5f377dbf1716f56794ae14f474175;hpb=d5a645625d876288021d8192e4e3199087a753fc;p=ffmpeg diff --git a/libavformat/url.h b/libavformat/url.h index 1a845b77e7c..99a3201cf6c 100644 --- a/libavformat/url.h +++ b/libavformat/url.h @@ -90,6 +90,8 @@ typedef struct URLProtocol { int (*url_open_dir)(URLContext *h); int (*url_read_dir)(URLContext *h, AVIODirEntry **next); int (*url_close_dir)(URLContext *h); + int (*url_delete)(URLContext *h); + int (*url_move)(URLContext *h_src, URLContext *h_dst); } URLProtocol; /**