]> git.ipfire.org Git - thirdparty/util-linux.git/commit - disk-utils/fdisk-menu.c
libfdisk: remove tt stuff from API
authorKarel Zak <kzak@redhat.com>
Wed, 18 Dec 2013 09:38:43 +0000 (10:38 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 11 Mar 2014 10:35:13 +0000 (11:35 +0100)
commit9f670072f42d7e0e8403385defc69e93b636cb93
tree05a7ba02cbbe607874f09fde3af3f9e53475bc05
parent6c89f750d28d2c554b4bebb8d617f4202d36bbb6
libfdisk: remove tt stuff from API

The include/tt.h has to be used only internally by the library (for
example to convert fdisk_table to string).

The fdisk_ask API should not be more used for complex tasks like print
partition table. The application has to use fdisk_get_table() and
fdisk_table_to_string() or something else.

Signed-off-by: Karel Zak <kzak@redhat.com>
fdisks/fdisk-ask.c
fdisks/fdisk-menu.c
fdisks/fdisk.c
fdisks/fdisk.h
libfdisk/src/ask.c
libfdisk/src/fdiskP.h
libfdisk/src/libfdisk.h