]> git.proxmox.com Git - qemu.git/blobdiff - block/curl.c
block: Remove filename parameter from .bdrv_file_open()
[qemu.git] / block / curl.c
index 61bc3dbfbdf289e183a0b010b0bd9a790142cc2d..b8935fd9916363640df142d303b93756c8acf167 100644 (file)
@@ -395,8 +395,7 @@ static QemuOptsList runtime_opts = {
     },
 };
 
-static int curl_open(BlockDriverState *bs, const char *dummy,
-                     QDict *options, int flags)
+static int curl_open(BlockDriverState *bs, QDict *options, int flags)
 {
     BDRVCURLState *s = bs->opaque;
     CURLState *state = NULL;