diff options
| author | 2023-12-10 17:50:03 +0100 | |
|---|---|---|
| committer | 2023-12-10 17:50:03 +0100 | |
| commit | 09b926c16847d88e97bfba1ce239206a7bfd19bb (patch) | |
| tree | 75f8853aacbefeef76b0cd96475fc41fbd971c81 /http.c | |
| parent | actor_request() does not need a user argument. (diff) | |
| download | snac2-09b926c16847d88e97bfba1ce239206a7bfd19bb.tar.gz snac2-09b926c16847d88e97bfba1ce239206a7bfd19bb.tar.xz snac2-09b926c16847d88e97bfba1ce239206a7bfd19bb.zip | |
More functions do not require the user argument.
Diffstat (limited to 'http.c')
| -rw-r--r-- | http.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -120,7 +120,7 @@ xs_dict *http_signed_request(snac *snac, const char *method, const char *url, | |||
| 120 | } | 120 | } |
| 121 | 121 | ||
| 122 | 122 | ||
| 123 | int check_signature(snac *user, xs_dict *req, xs_str **err) | 123 | int check_signature(xs_dict *req, xs_str **err) |
| 124 | /* check the signature */ | 124 | /* check the signature */ |
| 125 | { | 125 | { |
| 126 | char *sig_hdr = xs_dict_get(req, "signature"); | 126 | char *sig_hdr = xs_dict_get(req, "signature"); |