diff options
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 }, |