diff options
Diffstat (limited to 'src/im-sandbox.h')
-rw-r--r-- | src/im-sandbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-sandbox.h b/src/im-sandbox.h index 0415cb80..8d76b376 100644 --- a/src/im-sandbox.h +++ b/src/im-sandbox.h @@ -89,7 +89,7 @@ extern int create_sandbox(struct index_args *iargs, int n_proc, char *prefix, int n_zmq_subscriptions, const char *zmq_request, const char *asapo_endpoint, const char *asapo_token, const char *asapo_beamtime, const char *asapo_path, - const char *asapo_group_id, + const char *asapo_group_id, const char *asapo_source, int timeout, int profile); #endif /* IM_SANDBOX_H */ |