From 32cc27bb61840f21e448ca8a1571dc22d69a1cb9 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 23 Jun 2016 08:30:48 +0100 Subject: [PATCH] generator: filesystem_walk APIs added in 1.33.39 (not .37). Updates commit 3de8abac4a3c51fb6ccf3cbd93533a2ff8b6ab1e and commit 19e7a52f8f1a4a83f25978053611385b6be8bffc. --- generator/actions.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generator/actions.ml b/generator/actions.ml index 9c4ee18e4..e0931b86a 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -3552,7 +3552,7 @@ value: If C is set, then that is the default. Else F is the default." }; { defaults with - name = "filesystem_walk"; added = (1, 33, 37); + name = "filesystem_walk"; added = (1, 33, 39); style = RStructList ("dirents", "tsk_dirent"), [Mountable "device";], []; optional = Some "libtsk"; progress = true; cancellable = true; @@ -13106,7 +13106,7 @@ If not all the devices for the filesystems are present, then this function fails and the C is set to C." }; { defaults with - name = "internal_filesystem_walk"; added = (1, 33, 37); + name = "internal_filesystem_walk"; added = (1, 33, 39); style = RErr, [Mountable "device"; FileOut "filename"], []; proc_nr = Some 466; visibility = VInternal;