aboutsummaryrefslogtreecommitdiffstats
path: root/src/prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prototypes.h')
-rw-r--r--src/prototypes.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/prototypes.h b/src/prototypes.h
index 201f984..3b9bb81 100644
--- a/src/prototypes.h
+++ b/src/prototypes.h
@@ -32,9 +32,7 @@ uint64_t disk_lbas(DISK *d);
void mbr_entry_show(MBR_entry *e);
void mbr_show(MBR *m);
MBR mbr_new(uint64_t lbas);
-void mbr_set_entry0_from_gpt_header(MBR_entry *m, GPT_header *h);
-void mbr_entry_from_gpt_entry(MBR_entry *m, GPT_entry *g, int bootable, uint8_t type);
-void mbr_wedge_entry(MBR_entry *m);
+void mbr_entry_from_gpt_entry(MBR_entry *m, GPT_header *h, GPT_entry *g, int bootable, uint8_t type);
/* show.c */
void show(DISK *d);
/* entry.c */