Make the library when building dist and normal targets
[omfsprogs.git] / disksize.h
blobc93997b31293c9f2415936a4b25890acab43b9df
1 #ifndef _DISKSIZE_H
2 #define _DISKSIZE_H
4 #include "config.h"
6 int get_disk_size(char *device, u64 *size);
8 #endif /* _DISKSIZE_H */