diff options
author | default <nobody@localhost> | 2022-09-23 18:46:30 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-23 18:46:30 +0200 |
commit | 6586be50a0297de0e9b7e6cd66ce3b25eccf7e5c (patch) | |
tree | b03db8aefddd9cb5966922d27a74a45d6ab00c59 /snac.h | |
parent | a0bcc4e6c022fc55956920fd49303abc6ca9b4db (diff) |
Fixed bug in actor_request().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,3 +81,4 @@ int webfinger_get_handler(d_char *req, char *q_path, char **body, int *b_size, char **ctype); int activitypub_request(snac *snac, char *url, d_char **data); +int actor_request(snac *snac, char *actor, d_char **data); |