From 765f63772f5a63c6c7c97c06b265f5bba06966df Mon Sep 17 00:00:00 2001 From: default Date: Fri, 28 Apr 2023 08:33:02 +0200 Subject: New function mastoapi_purge() (still dummy). --- mastoapi.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mastoapi.c') 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 */ -- cgit v1.2.3