summaryrefslogtreecommitdiff
path: root/fdisks/fdisk.h
diff options
context:
space:
mode:
Diffstat (limited to 'fdisks/fdisk.h')
-rw-r--r--fdisks/fdisk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fdisks/fdisk.h b/fdisks/fdisk.h
index 32d6a2af..1d15c821 100644
--- a/fdisks/fdisk.h
+++ b/fdisks/fdisk.h
@@ -74,7 +74,8 @@ extern char *line_ptr;
extern void list_partition_types(struct fdisk_context *cxt);
extern int read_line(struct fdisk_context *cxt, int *asked);
extern char read_char(struct fdisk_context *cxt, char *mesg);
-extern struct fdisk_parttype *read_partition_type(struct fdisk_context *cxt);
+
+extern struct fdisk_parttype *ask_partition_type(struct fdisk_context *cxt);
extern void reread_partition_table(struct fdisk_context *cxt, int leave);
extern struct partition *get_part_table(int);
extern unsigned int read_int(struct fdisk_context *cxt,