summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-04-28 08:33:02 +0200
committerdefault <nobody@localhost>2023-04-28 08:33:02 +0200
commit765f63772f5a63c6c7c97c06b265f5bba06966df (patch)
treef9d6dd0b28d7db426aff80654e3991be6b3b1ba7 /snac.h
parentb620fe99fa99bb1658f43741b2d40ce88ff53963 (diff)
New function mastoapi_purge() (still dummy).
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index eeedca7..f9cbae2 100644
--- a/snac.h
+++ b/snac.h
@@ -253,3 +253,4 @@ int mastoapi_post_handler(const xs_dict *req, const char *q_path,
int mastoapi_put_handler(const xs_dict *req, const char *q_path,
const char *payload, int p_size,
char **body, int *b_size, char **ctype);
+void mastoapi_purge(void);