aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-02-08 12:36:39 -0800
committerThomas White <taw@physics.org>2013-02-08 12:36:39 -0800
commitd8ff3bdfcc020ec296d2ad81209fce744343ad57 (patch)
treea660283cc4c4070bdfc2b55ec83bf8c093be684a /src/im-sandbox.h
parentdac436f21df140b6bf0796f6f9cbb6fcb6c03e2d (diff)
Put the command line back in the stream
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r--src/im-sandbox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h
index 96311056..540312ed 100644
--- a/src/im-sandbox.h
+++ b/src/im-sandbox.h
@@ -76,4 +76,5 @@ struct index_args
extern void create_sandbox(struct index_args *iargs, int n_proc, char *prefix,
int config_basename, FILE *fh,
- char *use_this_one_instead, FILE *stream);
+ char *use_this_one_instead, FILE *stream,
+ int argc, char *argv[]);