diff options
author | default <nobody@localhost> | 2022-09-23 17:33:33 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-23 17:33:33 +0200 |
commit | bdc166111df38377e0fdcffe386715d1c33c7ef2 (patch) | |
tree | b13a3ec860b38abe4b599e4f6a8f65f5031c8e60 /snac.h | |
parent | 6281ef2c92ef8b28e688a99908c4372bd9ba7777 (diff) |
[activitypub.c] New file.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -79,3 +79,5 @@ void httpd(void); void webfinger_request(char *qs, int *status, char **actor, char **user); void webfinger_get_handler(d_char *req, char *q_path, int *status, char **body, int *b_size, char **ctype); + +int activitypub_request(snac *snac, char *url, d_char **data); |