diff options
author | Christophe Grenier <[email protected]> | 2009-02-03 09:29:29 +0100 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2009-02-03 09:29:29 +0100 |
commit | 203df0e3a588f01ebfb60428eb1a5ab258a4969d (patch) | |
tree | 022c7facc406d0eea910638c7b41355964ee8549 /src/luks.h | |
parent | c6e94c6adfe071f4510190069638d70d59675f42 (diff) |
Fix some compilation warnings
Diffstat (limited to 'src/luks.h')
-rw-r--r-- | src/luks.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ struct luks_phdr { luks_keyslot_t keyslot[LUKS_NUMKEYS]; }; -int check_LUKS(disk_t *disk_car,partition_t *partition,const int verbose); +int check_LUKS(disk_t *disk_car, partition_t *partition); int recover_LUKS(disk_t *disk_car, const struct luks_phdr *sb,partition_t *partition,const int verbose, const int dump_ind); #ifdef __cplusplus |