diff options
Diffstat (limited to 'mastoapi.c')
-rw-r--r-- | mastoapi.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 */ |