summaryrefslogtreecommitdiff
path: root/mastoapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'mastoapi.c')
-rw-r--r--mastoapi.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/mastoapi.c b/mastoapi.c
index 5e20742..b53c73c 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -1961,4 +1961,9 @@ int mastoapi_put_handler(const xs_dict *req, const char *q_path,
}
+void mastoapi_purge(void)
+{
+}
+
+
#endif /* #ifndef NO_MASTODON_API */