aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r--src/im-sandbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h
index e5f3422b..eddced68 100644
--- a/src/im-sandbox.h
+++ b/src/im-sandbox.h
@@ -80,8 +80,8 @@ extern char *create_tempdir(const char *temp_location);
extern void set_last_task(char *lt, const char *task);
-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);
+extern int create_sandbox(struct index_args *iargs, int n_proc, char *prefix,
+ int config_basename, FILE *fh, Stream *stream,
+ const char *tempdir, int serial_start);
#endif /* IM_SANDBOX_H */