summaryrefslogtreecommitdiff
path: root/include/wholedisk.h
blob: f367e4010f8bf7c25a7c8104ffe9fd9bdcc3444f (plain)
1
2
3
4
5
6
7
#ifndef WHOLEDISK_H
#define WHOLEDISK_H

extern int is_whole_disk(const char *name);

#endif /* WHOLEDISK_H */