aboutsummaryrefslogtreecommitdiff
path: root/src/im-asapo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/im-asapo.h')
-rw-r--r--src/im-asapo.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/im-asapo.h b/src/im-asapo.h
index e61ed530..0a11829f 100644
--- a/src/im-asapo.h
+++ b/src/im-asapo.h
@@ -49,9 +49,6 @@ extern void *im_asapo_fetch(struct im_asapo *a, size_t *pdata_size,
char **pmeta, char **pfilename, char **pevent,
int *pfinished);
-extern char *im_asapo_make_unique_group_id(const char *endpoint,
- const char *token);
-
#else /* defined(HAVE_ASAPO) */
static UNUSED struct im_asapo *im_asapo_connect(const char *endpoint,
@@ -81,12 +78,6 @@ static UNUSED void *im_asapo_fetch(struct im_asapo *a, size_t *psize,
return NULL;
}
-static char *im_asapo_make_unique_group_id(const char *endpoint,
- const char *token)
-{
- return NULL;
-}
-
#endif /* defined(HAVE_ASAPO) */
#endif /* CRYSTFEL_ASAPO_H */