diff options
| author | default <nobody@localhost> | 2022-09-29 14:44:24 +0200 |
|---|---|---|
| committer | default <nobody@localhost> | 2022-09-29 14:44:24 +0200 |
| commit | 392c014c26ccf8c5281b3bc7f33024f1f3b3f990 (patch) | |
| tree | 0c64839f9a82528b31d0636fc5cfdd687ddc364d /snac.h | |
| parent | c680f15d4ea418b1b5e9c494be9bf4daa0eb6d49 (diff) | |
New function check_signature() (incomplete).
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ d_char *http_signed_request(snac *snac, char *method, char *url, d_char *headers, d_char *body, int b_size, int *status, d_char **payload, int *p_size); +int check_signature(snac *snac, char *req); void httpd(void); |