summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-27 09:38:46 +0200
committerdefault <nobody@localhost>2022-09-27 09:38:46 +0200
commit26a3b260d56cedf0ca56b331d8bec71d1a8b49f8 (patch)
tree16168d7f2a96a91d666786af03d1355b3f90b412 /snac.h
parente0c01956166c9fe14b734750e82f7c209ffcf499 (diff)
Started function not_really_markdown().
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index aef8d69..562a627 100644
--- a/snac.h
+++ b/snac.h
@@ -100,3 +100,5 @@ int activitypub_get_handler(d_char *req, char *q_path,
int activitypub_post_handler(d_char *req, char *q_path,
char *payload, int p_size,
char **body, int *b_size, char **ctype);
+
+d_char *not_really_markdown(char *content, d_char **f_content);