diff options
Diffstat (limited to 'src/im-asapo.h')
-rw-r--r-- | src/im-asapo.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/im-asapo.h b/src/im-asapo.h index b0c413f5..4f5c13f7 100644 --- a/src/im-asapo.h +++ b/src/im-asapo.h @@ -47,9 +47,7 @@ extern void im_asapo_shutdown(struct im_asapo *a); extern void *im_asapo_fetch(struct im_asapo *a, size_t *pdata_size); extern char *im_asapo_make_unique_group_id(const char *endpoint, - const char *token, - const char *beamtime, - const char *path); + const char *token); #else /* defined(HAVE_ASAPO) */ @@ -73,9 +71,7 @@ static UNUSED void *im_asapo_fetch(struct im_asapo *a, size_t *psize) } static char *im_asapo_make_unique_group_id(const char *endpoint, - const char *token, - const char *beamtime, - const char *path) + const char *token) { return NULL; } |