mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-23 01:29:34 +00:00
rename emile_map_*_bootblock to emile_map_bootblock_*
This commit is contained in:
parent
8476c93965
commit
9a27a30f1f
@ -13,7 +13,7 @@
|
||||
#include "partition.h"
|
||||
#include "libemile.h"
|
||||
|
||||
int emile_map_read_bootblock(emile_map_t* map, char* bootblock)
|
||||
int emile_map_bootblock_read(emile_map_t* map, char* bootblock)
|
||||
{
|
||||
char name[16];
|
||||
int ret;
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include "partition.h"
|
||||
#include "libemile.h"
|
||||
|
||||
int emile_map_write_bootblock(emile_map_t* map, char* bootblock)
|
||||
int emile_map_bootblock_write(emile_map_t* map, char* bootblock)
|
||||
{
|
||||
char name[16];
|
||||
int ret;
|
||||
|
Loading…
Reference in New Issue
Block a user