#pragma once #include int dpi_check_auth(int fd); int dpi_read_request(int fd, char *url_buf, size_t url_len); int dpi_send_status(int fd, const char *status); int dpi_send_header(int fd, const char *content_type); int dpi_reload(int fd);