summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdadm.h b/mdadm.h
index 29fc7c8..20537ed 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -460,6 +460,7 @@ extern int enough(int level, int raid_disks, int layout,
char *avail, int avail_disks);
extern int ask(char *mesg);
extern unsigned long long get_component_size(int fd);
+extern void remove_partitions(int fd);
extern char *human_size(long long bytes);