aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-07-10 11:29:38 +0200
committerThomas White <taw@physics.org>2018-07-10 11:31:36 +0200
commitc507373f4c9cf4d6d68cf8b43d8b89d8f3628f5c (patch)
treed47a8e2fb8bae683ecc99d61c064a14d7c6be745 /src/im-sandbox.h
parent9bd4d998e68cfd65639e24889fb15987bc6a1347 (diff)
indexamajig: Move into temporary folder when probing and preparing indexing methods
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r--src/im-sandbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h
index 06c9a33c..1412d199 100644
--- a/src/im-sandbox.h
+++ b/src/im-sandbox.h
@@ -71,6 +71,8 @@ struct sb_shm
int n_crystals;
};
+extern char *create_tempdir(const char *temp_location);
+
extern void create_sandbox(struct index_args *iargs, int n_proc, char *prefix,
int config_basename, FILE *fh, Stream *stream,
const char *tempdir, int serial_start);