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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/im-asapo.h b/src/im-asapo.h
index 424d8b59..d06f9527 100644
--- a/src/im-asapo.h
+++ b/src/im-asapo.h
@@ -59,6 +59,8 @@ extern void *im_asapo_fetch(struct im_asapo *a, size_t *pdata_size,
char **pmeta, char **pfilename, char **pevent,
int *pfinished, int *pmessageid);
+extern void im_asapo_finalise(struct im_asapo *a, uint64_t message_id);
+
extern void im_asapo_send(struct im_asapo *a, struct image *image, int hit);
#else /* defined(HAVE_ASAPO) */
@@ -90,6 +92,10 @@ static UNUSED void im_asapo_send(struct im_asapo *a, struct image *image, int hi
{
}
+static UNUSED void im_asapo_finalise(struct im_asapo *a, uint64_t message_id)
+{
+}
+
#endif /* defined(HAVE_ASAPO) */
#endif /* CRYSTFEL_ASAPO_H */