summaryrefslogtreecommitdiffstats
path: root/src/photorec.c
diff options
context:
space:
mode:
authorChristophe Grenier <[email protected]>2007-12-23 13:07:59 +0100
committerChristophe Grenier <[email protected]>2007-12-23 13:07:59 +0100
commit745062401f92300b9c54cb3fa4ef91e608d1cf04 (patch)
tree2af338e95b58400cc3e2d65661b6efa53223605f /src/photorec.c
parentc75bcf2b025255a8ec83b184798b0ec8ee887297 (diff)
Rename find_in_mem() to td_memmem()
Add Maya .mb and .mp file support to PhotoRec
Diffstat (limited to 'src/photorec.c')
-rw-r--r--src/photorec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/photorec.c b/src/photorec.c
index 93a0fc83..c70c79c1 100644
--- a/src/photorec.c
+++ b/src/photorec.c
@@ -137,6 +137,7 @@ extern const file_hint_t file_hint_itunes;
extern const file_hint_t file_hint_jpg;
extern const file_hint_t file_hint_kdb;
extern const file_hint_t file_hint_max;
+extern const file_hint_t file_hint_mb;
extern const file_hint_t file_hint_mdb;
extern const file_hint_t file_hint_mdf;
extern const file_hint_t file_hint_mid;
@@ -805,6 +806,7 @@ int main( int argc, char **argv )
{ .enable=1, .file_hint=&file_hint_kdb },
{ .enable=1, .file_hint=&file_hint_jpg },
{ .enable=1, .file_hint=&file_hint_max },
+ { .enable=1, .file_hint=&file_hint_mb },
{ .enable=1, .file_hint=&file_hint_mdb },
{ .enable=1, .file_hint=&file_hint_mdf },
{ .enable=1, .file_hint=&file_hint_mid },