From 385c3535ee755a7ccab70e60c9d369b5a3c4173a Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 11 Mar 2011 13:31:07 +0100 Subject: [PATCH] libblkid: add PART_ENTRY_* to docs Signed-off-by: Karel Zak --- shlibs/blkid/src/blkidP.h | 2 +- shlibs/blkid/src/partitions/partitions.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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: * * -- 2.47.3