diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2016-06-05 10:12:30 +0200 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2016-06-05 10:12:30 +0200 |
commit | abec683e0b584d4441377ece314fe4c768228fa7 (patch) | |
tree | f485f946f10885f56e40bcc7457c8f34835f8e29 /src/file_list.c | |
parent | 90c2feebe3d4aab7b8aa4170f020c2872ddfcc23 (diff) |
PhotoRec: recover Zortrax 3D printing .zcode files
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 574ea2d..5f6e7b4 100644 --- a/src/file_list.c +++ b/src/file_list.c @@ -336,6 +336,7 @@ extern const file_hint_t file_hint_xpt; extern const file_hint_t file_hint_xv; extern const file_hint_t file_hint_xz; extern const file_hint_t file_hint_z2d; +extern const file_hint_t file_hint_zcode; extern const file_hint_t file_hint_zip; extern const file_hint_t file_hint_zpr; @@ -650,6 +651,7 @@ file_enable_t list_file_enable[]= { .enable=0, .file_hint=&file_hint_xv }, { .enable=0, .file_hint=&file_hint_xz }, { .enable=0, .file_hint=&file_hint_z2d }, + { .enable=0, .file_hint=&file_hint_zcode }, { .enable=0, .file_hint=&file_hint_zip }, { .enable=0, .file_hint=&file_hint_zpr }, { .enable=0, .file_hint=NULL } |