diff options
| author | 2022-09-23 17:33:33 +0200 | |
|---|---|---|
| committer | 2022-09-23 17:33:33 +0200 | |
| commit | bdc166111df38377e0fdcffe386715d1c33c7ef2 (patch) | |
| tree | b13a3ec860b38abe4b599e4f6a8f65f5031c8e60 /snac.h | |
| parent | Reworked timeline_add(). (diff) | |
| download | snac2-bdc166111df38377e0fdcffe386715d1c33c7ef2.tar.gz snac2-bdc166111df38377e0fdcffe386715d1c33c7ef2.tar.xz snac2-bdc166111df38377e0fdcffe386715d1c33c7ef2.zip | |
[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); | |||
| 79 | void webfinger_request(char *qs, int *status, char **actor, char **user); | 79 | void webfinger_request(char *qs, int *status, char **actor, char **user); |
| 80 | void webfinger_get_handler(d_char *req, char *q_path, int *status, | 80 | void 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 | |||
| 83 | int activitypub_request(snac *snac, char *url, d_char **data); | ||