aboutsummaryrefslogtreecommitdiff
path: root/webfinger.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-04-23 05:33:54 +0200
committerdefault <nobody@localhost>2023-04-23 05:33:54 +0200
commit5b93e9069e64b2f25a6e17de9d7a2e0aee209ac5 (patch)
treecc7c9e84b69434baf7b70c0cebfd7200d59a7045 /webfinger.c
parent99529a9874513d7e52aa2f9d33bac13f71000758 (diff)
Added mastoapi code for account search.
Diffstat (limited to 'webfinger.c')
-rw-r--r--webfinger.c2
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 @@
#include "snac.h"
-int webfinger_request(char *qs, char **actor, char **user)
+int webfinger_request(const char *qs, char **actor, char **user)
/* queries the webfinger for qs and fills the required fields */
{
int status;