15 lines
315 B
C
15 lines
315 B
C
|
#ifndef THIN_FILE_UTILS_H
|
||
|
#define THIN_FILE_UTILS_H
|
||
|
|
||
|
#include "persistent-data/block.h"
|
||
|
|
||
|
//----------------------------------------------------------------
|
||
|
|
||
|
namespace thin_provisioning {
|
||
|
block_address get_nr_blocks(string const &path);
|
||
|
}
|
||
|
|
||
|
//----------------------------------------------------------------
|
||
|
|
||
|
#endif
|