diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -69,3 +69,6 @@ d_char *http_signed_request(snac *snac, char *method, char *url, | |||
| 69 | int *status, d_char **payload, int *p_size); | 69 | int *status, d_char **payload, int *p_size); |
| 70 | 70 | ||
| 71 | void httpd(void); | 71 | void httpd(void); |
| 72 | |||
| 73 | void webfinger_get_handler(d_char *req, char *q_path, int *status, | ||
| 74 | char **body, int *b_size, char **ctype); | ||