every function returns

edge.strict_endians
flatcap 2005-11-19 16:54:28 +00:00
parent 03fa945ee0
commit 68a9bdd3a2
1 changed files with 0 additions and 22 deletions

View File

@ -566,8 +566,6 @@ static void *ntfs_calloc(size_t nmemb, size_t size)
/**
* append_to_bad_blocks
*
* Note: Might not return.
*/
static BOOL append_to_bad_blocks(unsigned long long block)
{
@ -633,8 +631,6 @@ static long long mkntfs_write(struct ntfs_device *dev,
*
* Return the number of bytes written (minus padding) or -1 on error. Errno
* will be set to the error code.
*
* Note: Might not return.
*/
static s64 ntfs_rlwrite(struct ntfs_device *dev, const runlist *rl,
const u8 *val, const s64 val_len, s64 *inited_size)
@ -715,8 +711,6 @@ static s64 ntfs_rlwrite(struct ntfs_device *dev, const runlist *rl,
/**
* dump_resident_attr_val
*
* Note: Might not return.
*/
static void dump_resident_attr_val(ATTR_TYPES type, char *val, u32 val_len)
{
@ -3423,8 +3417,6 @@ static void mkntfs_cleanup(void)
/**
* mkntfs_open_partition -
*
* Note: Might not return.
*/
static int mkntfs_open_partition(void)
{
@ -3767,8 +3759,6 @@ static BOOL mkntfs_override_phys_params(ntfs_volume *vol)
/**
* mkntfs_initialize_bitmaps -
*
* Note: Might not return.
*/
static BOOL mkntfs_initialize_bitmaps(void)
{
@ -3846,8 +3836,6 @@ static BOOL mkntfs_initialize_bitmaps(void)
/**
* mkntfs_initialize_rl_mft -
*
* Note: Might not return.
*/
static BOOL mkntfs_initialize_rl_mft(void)
{
@ -3953,8 +3941,6 @@ static BOOL mkntfs_initialize_rl_mft(void)
/**
* mkntfs_initialize_rl_logfile -
*
* Note: Might not return.
*/
static BOOL mkntfs_initialize_rl_logfile(void)
{
@ -4030,8 +4016,6 @@ static BOOL mkntfs_initialize_rl_logfile(void)
/**
* mkntfs_initialize_rl_boot -
*
* Note: Might not return.
*/
static BOOL mkntfs_initialize_rl_boot(void)
{
@ -4066,8 +4050,6 @@ static BOOL mkntfs_initialize_rl_boot(void)
/**
* mkntfs_initialize_rl_bad -
*
* Note: Might not return.
*/
static BOOL mkntfs_initialize_rl_bad(void)
{
@ -4097,8 +4079,6 @@ static BOOL mkntfs_initialize_rl_bad(void)
/**
* mkntfs_fill_device_with_zeroes -
*
* Note: Might not return.
*/
static BOOL mkntfs_fill_device_with_zeroes(void)
{
@ -4340,8 +4320,6 @@ bb_err:
/**
* mkntfs_create_root_structures -
*
* Note: Might not return.
*/
static BOOL mkntfs_create_root_structures(void)
{