]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - disk-utils/fdisk.h
fdisk: add 'T' command to discard sectors
[thirdparty/util-linux.git] / disk-utils / fdisk.h
index d4578e07249e6e8381beae14b9abc06a4fdc3d66..72d36531f8cd47b061b580e1f57bcf08efdb2a3e 100644 (file)
@@ -65,4 +65,6 @@ extern void follow_wipe_mode(struct fdisk_context *cxt);
 
 extern void resize_partition(struct fdisk_context *cxt);
 
+extern void discard_sectors(struct fdisk_context *cxt);
+
 #endif /* UTIL_LINUX_FDISK_H */