You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#pragma once
|
|
|
|
#include <stddef.h>
|
|
|
|
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);
|