summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
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,
253int mastoapi_put_handler(const xs_dict *req, const char *q_path, 253int mastoapi_put_handler(const xs_dict *req, const char *q_path,
254 const char *payload, int p_size, 254 const char *payload, int p_size,
255 char **body, int *b_size, char **ctype); 255 char **body, int *b_size, char **ctype);
256void mastoapi_purge(void);