X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2Flxc%2Fstorage%2Fstorage_utils.h;h=97cd1f24f20c29e122e9c131ca4d1123320cae17;hb=4f08c8d46f7231635278aaa61025a1df0fa4d659;hp=7fc1dcdeeacb39c3641af1cb217543a97f575b07;hpb=adaeef1fcc8678ee9870459c5d6136f3519ef4bb;p=mirror_lxc.git diff --git a/src/lxc/storage/storage_utils.h b/src/lxc/storage/storage_utils.h index 7fc1dcdee..97cd1f24f 100644 --- a/src/lxc/storage/storage_utils.h +++ b/src/lxc/storage/storage_utils.h @@ -33,8 +33,6 @@ struct lxc_storage; struct lxc_conf; -extern char *dir_new_path(char *src, const char *oldname, const char *name, - const char *oldpath, const char *lxcpath); extern bool attach_block_device(struct lxc_conf *conf); extern void detach_block_device(struct lxc_conf *conf); extern int blk_getsize(struct lxc_storage *bdev, uint64_t *size);