blob: 2e0f9c80916142d40b2bc038923e612ba9e0c2f5 [file] [log] [blame]
#ifndef ADAPTER_HEADER_DEFINED
#define ADAPTER_HEADER_DEFINED
void
shttpd_get_credentials(struct shttpd_arg *arg, char **user, char **pwd);
char *shttpd_reason_phrase(int code);
#endif