[Parted-commits] GNU Parted Official Repository: Changes to 'master'
Jim Meyering
meyering at alioth.debian.org
Wed Mar 7 18:17:07 CET 2007
include/parted/disk.h | 8 ++++----
libparted/disk.c | 12 ++++++------
2 files changed, 10 insertions(+), 10 deletions(-)
New commits:
commit cb77063c26281dae2dbce6079819c4aad4e15b15
Author: Jim Meyering <jim at meyering.net>
Date: Wed Mar 7 18:17:00 2007 +0100
Add "const" to parameters in these public interfaces.
* libparted/disk.c (ped_disk_check):
(ped_disk_get_primary_partition_count):
(ped_disk_get_last_partition_num, ped_partition_print):
(ped_disk_print):
(ped_partition_print): Also declare to be "static".
This is ok, since the function is referenced only from this file.
* include/parted/disk.h: Update their prototypes.
More information about the Parted-commits
mailing list