summaryrefslogtreecommitdiffstats
path: root/fdisk/fdisk.h
diff options
context:
space:
mode:
authorFrancesco Cosoleto2011-08-17 13:21:12 +0200
committerKarel Zak2011-08-30 10:53:22 +0200
commit20aa2570e81b3254e492f4ec7ccaaa4933603081 (patch)
treedb988db96d812b535c9c097d6afdb8faa333a905 /fdisk/fdisk.h
parentbuild-sys: don't install ru/ddate.1 if ddate disabled (diff)
downloadkernel-qcow2-util-linux-20aa2570e81b3254e492f4ec7ccaaa4933603081.tar.gz
kernel-qcow2-util-linux-20aa2570e81b3254e492f4ec7ccaaa4933603081.tar.xz
kernel-qcow2-util-linux-20aa2570e81b3254e492f4ec7ccaaa4933603081.zip
fdisk: print a message with size and type of created partition
Signed-off-by: Francesco Cosoleto <cosoleto@gmail.com>
Diffstat (limited to 'fdisk/fdisk.h')
-rw-r--r--fdisk/fdisk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fdisk/fdisk.h b/fdisk/fdisk.h
index 9b7f4c759..e2890439f 100644
--- a/fdisk/fdisk.h
+++ b/fdisk/fdisk.h
@@ -75,6 +75,7 @@ extern struct partition *get_part_table(int);
extern int valid_part_table_flag(unsigned char *b);
extern unsigned int read_int(unsigned int low, unsigned int dflt,
unsigned int high, unsigned int base, char *mesg);
+extern void print_partition_size(int num, unsigned long long start, unsigned long long stop, int sysid);
extern unsigned char *MBRbuffer;
extern void zeroize_mbr_buffer(void);