Go to file
Jose M. Guisado eaf98290cf context: add_partition returns partno
libfdisk context add_partition function initializes a passed argument
with the new partition's partno.

If add_partition is successful, return its partno.
2022-12-15 17:37:07 +01:00
.gitignore Initial commit 2022-04-06 12:56:11 +02:00
COPYING Add COPYING and license headers 2022-04-07 17:03:34 +02:00
MANIFEST.in Add MANIFEST.in 2022-04-06 15:40:31 +02:00
context.c context: add_partition returns partno 2022-12-15 17:37:07 +01:00
fdisk.c parttype: add parttype class and functions 2022-12-15 17:37:07 +01:00
fdisk.h parttype: add parttype class and functions 2022-12-15 17:37:07 +01:00
label.c parttype: add parttype class and functions 2022-12-15 17:37:07 +01:00
partition.c partition: add partition type getset 2022-12-15 17:37:07 +01:00
parttype.c parttype: add parttype class and functions 2022-12-15 17:37:07 +01:00
setup.py parttype: add parttype class and functions 2022-12-15 17:37:07 +01:00