summaryrefslogtreecommitdiff
path: root/http.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-12-10 17:50:03 +0100
committerdefault <nobody@localhost>2023-12-10 17:50:03 +0100
commit09b926c16847d88e97bfba1ce239206a7bfd19bb (patch)
tree75f8853aacbefeef76b0cd96475fc41fbd971c81 /http.c
parent0e6c5f9463d7800b40b777af50c6c09ee3d97af2 (diff)
More functions do not require the user argument.
Diffstat (limited to 'http.c')
-rw-r--r--http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.c b/http.c
index 4f9b4b4..33ed53d 100644
--- a/http.c
+++ b/http.c
@@ -120,7 +120,7 @@ xs_dict *http_signed_request(snac *snac, const char *method, const char *url,
}
-int check_signature(snac *user, xs_dict *req, xs_str **err)
+int check_signature(xs_dict *req, xs_str **err)
/* check the signature */
{
char *sig_hdr = xs_dict_get(req, "signature");