diff options
author | Thomas White <taw@physics.org> | 2013-01-10 13:49:11 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-01-10 15:13:18 +0100 |
commit | a1e0854a972a988a7153df04f74dcee3ff9e75b9 (patch) | |
tree | 5621bd3af2387822a3feb6094b44b5b870841de5 /src/im-sandbox.h | |
parent | 10a8969c10ac739aa2aa3de826f6bf2aa9940262 (diff) |
indexamajig: Add --integrate-found
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r-- | src/im-sandbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h index 3851fb40..872f84ad 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -69,6 +69,7 @@ struct index_args int integrate_saturated; int use_saturated; int no_revalidate; + int integrate_found; }; |