diff options
author | Christophe Grenier <[email protected]> | 2011-07-15 07:26:44 +0200 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2011-07-15 07:26:44 +0200 |
commit | c2c2ec124c025bde6446cec01fbd272c3fb9e36a (patch) | |
tree | 32f67577c8324f5ce2b1a49f9b873815335a0431 /src/file_list.c | |
parent | a3a6d6a8eb4b52455e67990fbf43766ac508fef8 (diff) |
PhotoRec: recover Didson Data File .ddf (v3 and v4)
Diffstat (limited to 'src/file_list.c')
-rw-r--r-- | src/file_list.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file_list.c b/src/file_list.c index aecbcc4e..a21fc2cf 100644 --- a/src/file_list.c +++ b/src/file_list.c @@ -70,6 +70,7 @@ extern const file_hint_t file_hint_d2s; extern const file_hint_t file_hint_dat; extern const file_hint_t file_hint_dbf; extern const file_hint_t file_hint_dbn; +extern const file_hint_t file_hint_ddf; extern const file_hint_t file_hint_dex; extern const file_hint_t file_hint_dim; extern const file_hint_t file_hint_dir; @@ -304,6 +305,7 @@ file_enable_t list_file_enable[]= { .enable=0, .file_hint=&file_hint_dat }, { .enable=0, .file_hint=&file_hint_dbf }, { .enable=0, .file_hint=&file_hint_dbn }, + { .enable=0, .file_hint=&file_hint_ddf }, { .enable=0, .file_hint=&file_hint_dex }, { .enable=0, .file_hint=&file_hint_dim }, { .enable=0, .file_hint=&file_hint_dir }, |