From fdb006e8b5f525ebab5a0766c9005402eee194e2 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 4 Sep 2014 12:07:44 +0200 Subject: fdisk: move --list functionality to separated file Signed-off-by: Karel Zak --- disk-utils/fdisk.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'disk-utils/fdisk.h') diff --git a/disk-utils/fdisk.h b/disk-utils/fdisk.h index 1a3e3d2de..4bd47339a 100644 --- a/disk-utils/fdisk.h +++ b/disk-utils/fdisk.h @@ -16,6 +16,8 @@ #include "debug.h" #include "nls.h" +#include "fdisk-list.h" + #define FDISKPROG_DEBUG_INIT (1 << 1) #define FDISKPROG_DEBUG_MENU (1 << 3) #define FDISKPROG_DEBUG_MISC (1 << 4) @@ -39,8 +41,6 @@ extern void dump_firstsector(struct fdisk_context *cxt); extern void dump_disklabel(struct fdisk_context *cxt); extern void list_partition_types(struct fdisk_context *cxt); -extern void list_disk_geometry(struct fdisk_context *cxt); -extern void list_disklabel(struct fdisk_context *cxt); extern void change_partition_type(struct fdisk_context *cxt); extern struct fdisk_parttype *ask_partition_type(struct fdisk_context *cxt); -- cgit v1.2.3-55-g7522