libfdisk: (docs) add reference to v2.33

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2019-06-07 12:30:13 +02:00
parent bf0a0e3e2a
commit cbfd67cfea
2 changed files with 8 additions and 0 deletions

View File

@ -79,4 +79,8 @@ available from https://www.kernel.org/pub/linux/utils/util-linux/.
<title>Index of new symbols in 2.32</title>
<xi:include href="xml/api-index-2.32.xml"><xi:fallback /></xi:include>
</index>
<index role="2.33">
<title>Index of new symbols in 2.33</title>
<xi:include href="xml/api-index-2.33.xml"><xi:fallback /></xi:include>
</index>
</book>

View File

@ -1344,6 +1344,8 @@ const char *fdisk_get_devname(struct fdisk_context *cxt)
* @cxt: context
*
* Returns: device number or zero for non-block devices
*
* Since: 2.33
*/
dev_t fdisk_get_devno(struct fdisk_context *cxt)
{
@ -1356,6 +1358,8 @@ dev_t fdisk_get_devno(struct fdisk_context *cxt)
* @cxt: context
*
* Returns: device model string or NULL.
*
* Since: 2.33
*/
#ifdef __linux__
const char *fdisk_get_devmodel(struct fdisk_context *cxt)