Remove unnecessary function declarations
This commit is contained in:
parent
bda2eebc0e
commit
86319057d2
2 changed files with 0 additions and 2 deletions
|
@ -159,7 +159,6 @@ static int file_nopwrite(disk_t *disk_car, const void *buf, const unsigned int c
|
|||
static int file_sync(disk_t *disk_car);
|
||||
#ifndef DJGPP
|
||||
static uint64_t compute_device_size(const int hd_h, const char *device, const int verbose, const unsigned int sector_size);
|
||||
static void disk_get_model(const int hd_h, disk_t *disk, const unsigned int verbose);
|
||||
#endif
|
||||
|
||||
int generic_clean(disk_t *disk_car)
|
||||
|
|
|
@ -58,7 +58,6 @@ struct s_info_mft
|
|||
uint64_t mftmirr_lcn;
|
||||
};
|
||||
|
||||
static int create_ntfs_boot_sector(disk_t *disk_car, partition_t *partition, const int interface, const unsigned int cluster_size, const uint64_t mft_lcn, const uint64_t mftmirr_lcn, const uint32_t mft_record_size, const uint32_t index_block_size, char**current_cmd);
|
||||
#ifdef HAVE_NCURSES
|
||||
static int ncurses_ntfs2_info(const struct ntfs_boot_sector *nh1, const struct ntfs_boot_sector *nh2);
|
||||
static int ncurses_ntfs_info(const struct ntfs_boot_sector *ntfs_header);
|
||||
|
|
Loading…
Reference in a new issue