From 24d180fc0173c8f577ffbb3394b612c19fa161ff Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 9 Sep 2021 16:33:50 +0200 Subject: ASAP::O: Remove filesystem path This is only really needed for offline processing. It's an added complication for now. Maybe we'll revisit it later and re-expose this, though. --- src/im-asapo.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/im-asapo.h') diff --git a/src/im-asapo.h b/src/im-asapo.h index 3160c69d..04856511 100644 --- a/src/im-asapo.h +++ b/src/im-asapo.h @@ -39,7 +39,6 @@ extern struct im_asapo *im_asapo_connect(const char *endpoint, const char *token, const char *beamtime, - const char *path, const char *group_id, const char *data_source); @@ -55,7 +54,6 @@ extern char *im_asapo_make_unique_group_id(const char *endpoint, static UNUSED struct im_asapo *im_asapo_connect(const char *endpoint, const char *token, const char *beamtime, - const char *path, const char *group_id, const char *data_source) { -- cgit v1.2.3