diff options
author | Christophe Grenier <[email protected]> | 2011-03-05 19:03:32 +0100 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2011-03-05 19:03:32 +0100 |
commit | 5e2c51f640c4b4bc865a3735ba290609a6a6b7fc (patch) | |
tree | a8ce2bc96c8b1a9fecb6be7740756a8eba75d732 /src/filegen.h | |
parent | d3cc7faf5f0e78aee201aeeba682334b87ff0bac (diff) |
Modify file_search_footer() prototype
Diffstat (limited to 'src/filegen.h')
-rw-r--r-- | src/filegen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filegen.h b/src/filegen.h index d7911d82..aeb8ad2a 100644 --- a/src/filegen.h +++ b/src/filegen.h @@ -124,7 +124,7 @@ typedef struct void free_header_check(void); void file_allow_nl(file_recovery_t *file_recovery, const unsigned int nl_mode); -void file_search_footer(file_recovery_t *file_recovery, const unsigned char*footer, const unsigned int footer_length, const unsigned int extra_length); +void file_search_footer(file_recovery_t *file_recovery, const void*footer, const unsigned int footer_length, const unsigned int extra_length); void file_search_lc_footer(file_recovery_t *file_recovery, const unsigned char*footer, const unsigned int footer_length); void del_search_space(alloc_data_t *list_search_space, const uint64_t start, const uint64_t end); int data_check_size(const unsigned char *buffer, const unsigned int buffer_size, file_recovery_t *file_recovery); |