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 c07d9c86..0e641685 100644 --- a/src/file_list.c +++ b/src/file_list.c @@ -118,6 +118,7 @@ extern const file_hint_t file_hint_ecryptfs; extern const file_hint_t file_hint_edb; extern const file_hint_t file_hint_elf; extern const file_hint_t file_hint_emf; +extern const file_hint_t file_hint_ess; extern const file_hint_t file_hint_evt; extern const file_hint_t file_hint_exe; extern const file_hint_t file_hint_exs; @@ -446,6 +447,7 @@ file_enable_t list_file_enable[]= { .enable=0, .file_hint=&file_hint_edb }, { .enable=0, .file_hint=&file_hint_elf }, { .enable=0, .file_hint=&file_hint_emf }, + { .enable=0, .file_hint=&file_hint_ess }, { .enable=0, .file_hint=&file_hint_evt }, { .enable=0, .file_hint=&file_hint_exe }, { .enable=0, .file_hint=&file_hint_exs }, |