summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authorGravatar default2022-09-23 17:33:33 +0200
committerGravatar default2022-09-23 17:33:33 +0200
commitbdc166111df38377e0fdcffe386715d1c33c7ef2 (patch)
treeb13a3ec860b38abe4b599e4f6a8f65f5031c8e60 /snac.h
parentReworked timeline_add(). (diff)
downloadsnac2-bdc166111df38377e0fdcffe386715d1c33c7ef2.tar.gz
snac2-bdc166111df38377e0fdcffe386715d1c33c7ef2.tar.xz
snac2-bdc166111df38377e0fdcffe386715d1c33c7ef2.zip
[activitypub.c] New file.
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 7fab1fc..ffd88dc 100644
--- a/snac.h
+++ b/snac.h
@@ -79,3 +79,5 @@ void httpd(void);
79void webfinger_request(char *qs, int *status, char **actor, char **user); 79void webfinger_request(char *qs, int *status, char **actor, char **user);
80void webfinger_get_handler(d_char *req, char *q_path, int *status, 80void webfinger_get_handler(d_char *req, char *q_path, int *status,
81 char **body, int *b_size, char **ctype); 81 char **body, int *b_size, char **ctype);
82
83int activitypub_request(snac *snac, char *url, d_char **data);