diff options
author | Karel Zak <kzak@redhat.com> | 2009-03-11 14:00:21 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-03-11 14:00:21 +0100 |
commit | 929f243f79c4fdf3e89dad5134e53bf001598a5e (patch) | |
tree | 16f02b38f82ccc64bd7b199c786cc732163ae0a1 /fdisk/common.h | |
parent | db1749cf6c105a86adfc7246cb1ab60b1753f077 (diff) | |
download | util-linux-929f243f79c4fdf3e89dad5134e53bf001598a5e.tar.gz |
lib: add is_whole_disk() from fdisk code
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisk/common.h')
-rw-r--r-- | fdisk/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fdisk/common.h b/fdisk/common.h index 674e65f4..352b9a59 100644 --- a/fdisk/common.h +++ b/fdisk/common.h @@ -11,6 +11,5 @@ struct systypes { extern struct systypes i386_sys_types[]; extern char *partname(char *dev, int pno, int lth); -extern int is_probably_full_disk(char *name); #endif /* FDISK_COMMON_H */ |