diff options
author | default <nobody@localhost> | 2022-09-21 18:27:30 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-21 18:27:30 +0200 |
commit | e7c886beb77a570cdac02bc36077e247618e2e20 (patch) | |
tree | b308aa531635b9237699abadb541d1a99cab7d4a /snac.h | |
parent | 7efb6d5833c20a82ccb4bf2c89e5ce43831db540 (diff) |
More httpd work.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,3 +67,5 @@ 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); + +void httpd(void); |