summaryrefslogtreecommitdiff
path: root/cgpt/cgpt_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgpt/cgpt_boot.c')
-rw-r--r--cgpt/cgpt_boot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgpt/cgpt_boot.c b/cgpt/cgpt_boot.c
index 9176a0cb..4de9c4c5 100644
--- a/cgpt/cgpt_boot.c
+++ b/cgpt/cgpt_boot.c
@@ -13,7 +13,7 @@
#include "endian.h"
-int cgpt_get_boot_partition_number(CgptBootParams *params) {
+int CgptGetBootPartitionNumber(CgptBootParams *params) {
struct drive drive;
int gpt_retval= 0;
int retval;
@@ -62,7 +62,7 @@ done:
}
-int cgpt_boot(CgptBootParams *params) {
+int CgptBoot(CgptBootParams *params) {
struct drive drive;
int retval = 1;
int gpt_retval= 0;