diff options
author | Thomas White <taw@physics.org> | 2014-05-22 16:42:33 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-05-22 16:42:33 +0200 |
commit | 30ddb045dfaaf867bda7122d76ceb12d24d248e7 (patch) | |
tree | 2e956fc678aee387d152a337749a53b4ca9b29b2 /src/im-sandbox.h | |
parent | 8c76ffc087dc1f900125b8669d3460b7ea52f14c (diff) |
Rationalise and document stream "open for write" functions
A nice side-effect is that streams now only have one set of headers
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r-- | src/im-sandbox.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h index 71af5052..235825ce 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -3,13 +3,13 @@ * * Sandbox for indexing * - * Copyright © 2012-2013 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * Copyright © 2012 Richard Kirian * Copyright © 2012 Lorenzo Galli * * Authors: - * 2010-2013 Thomas White <taw@physics.org> + * 2010-2014 Thomas White <taw@physics.org> * 2011 Richard Kirian * 2012 Lorenzo Galli * 2012 Chunhong Yoon @@ -37,5 +37,5 @@ #include "process_image.h" extern void create_sandbox(struct index_args *iargs, int n_proc, char *prefix, - int config_basename, FILE *fh, int streamfd, - int argc, char *argv[], const char *tempdir); + int config_basename, FILE *fh, Stream *stream, + const char *tempdir); |