From: Karel Zak Date: Fri, 11 Mar 2011 12:31:07 +0000 (+0100) Subject: libblkid: add PART_ENTRY_* to docs X-Git-Tag: v2.20-rc1~456 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=385c3535ee755a7ccab70e60c9d369b5a3c4173a;p=thirdparty%2Futil-linux.git libblkid: add PART_ENTRY_* to docs Signed-off-by: Karel Zak --- diff --git a/shlibs/blkid/src/blkidP.h b/shlibs/blkid/src/blkidP.h index 94709a5349..5402637115 100644 --- a/shlibs/blkid/src/blkidP.h +++ b/shlibs/blkid/src/blkidP.h @@ -121,7 +121,7 @@ struct blkid_chaindrv { #define BLKID_NVALS_SUBLKS 14 #define BLKID_NVALS_TOPLGY 5 -#define BLKID_NVALS_PARTS 8 +#define BLKID_NVALS_PARTS 10 /* Max number of all values in probing result */ #define BLKID_NVALS (BLKID_NVALS_SUBLKS + \ diff --git a/shlibs/blkid/src/partitions/partitions.c b/shlibs/blkid/src/partitions/partitions.c index 4fa826b5c3..759d083775 100644 --- a/shlibs/blkid/src/partitions/partitions.c +++ b/shlibs/blkid/src/partitions/partitions.c @@ -36,6 +36,8 @@ * * @PTTYPE: partition table type (dos, gpt, etc.). * + * @PART_ENTRY_SCHEME: partition table type + * * @PART_ENTRY_NAME: partition name (gpt and mac only) * * @PART_ENTRY_UUID: partition UUID (gpt only) @@ -44,6 +46,8 @@ * * @PART_ENTRY_FLAGS: partition flags (e.g. boot_ind) or attributes (e.g. gpt attributes) * + * @PART_ENTRY_NUMBER: partition number + * * Example: * *