ext4-realloc-inodes/patch_io.h

10 lines
191 B
C
Raw Normal View History

2014-01-07 03:06:01 +04:00
#ifndef PATCH_IO_H
#define PATCH_IO_H
extern io_manager patch_io_manager;
errcode_t set_patch_io_backing_manager(io_manager manager);
errcode_t set_patch_io_patch_file(char *file);
#endif