diff options
| author | 2023-04-23 05:33:54 +0200 | |
|---|---|---|
| committer | 2023-04-23 05:33:54 +0200 | |
| commit | 5b93e9069e64b2f25a6e17de9d7a2e0aee209ac5 (patch) | |
| tree | cc7c9e84b69434baf7b70c0cebfd7200d59a7045 /webfinger.c | |
| parent | Version 2.28 RELEASED. (diff) | |
| download | snac2-5b93e9069e64b2f25a6e17de9d7a2e0aee209ac5.tar.gz snac2-5b93e9069e64b2f25a6e17de9d7a2e0aee209ac5.tar.xz snac2-5b93e9069e64b2f25a6e17de9d7a2e0aee209ac5.zip | |
Added mastoapi code for account search.
Diffstat (limited to 'webfinger.c')
| -rw-r--r-- | webfinger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webfinger.c b/webfinger.c index 4d1abe6..eb6b2ad 100644 --- a/webfinger.c +++ b/webfinger.c | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | 8 | ||
| 9 | #include "snac.h" | 9 | #include "snac.h" |
| 10 | 10 | ||
| 11 | int webfinger_request(char *qs, char **actor, char **user) | 11 | int webfinger_request(const char *qs, char **actor, char **user) |
| 12 | /* queries the webfinger for qs and fills the required fields */ | 12 | /* queries the webfinger for qs and fills the required fields */ |
| 13 | { | 13 | { |
| 14 | int status; | 14 | int status; |