Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Adrian Reber <areber@redhat.com>
#include "start.h"
#include "state.h"
#include "storage.h"
+#include "storage_utils.h"
#include "storage/btrfs.h"
#include "storage/overlay.h"
#include "sync.h"
struct bdev_specs *specs);
extern void storage_put(struct lxc_storage *bdev);
extern bool storage_destroy(struct lxc_conf *conf);
-
-extern int storage_destroy_wrapper(void *data);
extern bool rootfs_is_blockdev(struct lxc_conf *conf);
#endif // __LXC_STORAGE_H