summaryrefslogtreecommitdiff
path: root/fdisks/fdisk.h
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2012-07-23 13:57:58 +0200
committerKarel Zak <kzak@redhat.com>2012-07-23 13:57:58 +0200
commit9a5e29e94b60b4733a1e4432b00b1a139fafb255 (patch)
tree1ba1fcdf2d3377c68702961da615d805d721b85e /fdisks/fdisk.h
parent6123d1dd135d045799ea1e48af7c2eee8b86b438 (diff)
downloadutil-linux-9a5e29e94b60b4733a1e4432b00b1a139fafb255.tar.gz
fdisk: move DOS geometry code from generic part to label specific
get_partition_table_geometry() should be called from DOS code Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'fdisks/fdisk.h')
-rw-r--r--fdisks/fdisk.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fdisks/fdisk.h b/fdisks/fdisk.h
index 3783f827..95a6a4d0 100644
--- a/fdisks/fdisk.h
+++ b/fdisks/fdisk.h
@@ -193,8 +193,6 @@ extern unsigned int read_int_with_suffix(struct fdisk_context *cxt,
extern sector_t align_lba(struct fdisk_context *cxt, sector_t lba, int direction);
extern int get_partition_dflt(struct fdisk_context *cxt, int warn, int max, int dflt);
extern void update_sector_offset(struct fdisk_context *cxt);
-extern void get_partition_table_geometry(struct fdisk_context *cxt,
- unsigned int *ph, unsigned int *ps);
#define PLURAL 0
#define SINGULAR 1