mirror of
https://github.com/rkd77/elinks.git
synced 2025-10-21 19:54:04 -04:00
12 lines
226 B
C
12 lines
226 B
C
|
|
#ifndef EL__PROTOCOL_HTTP_CODES_H
|
|
#define EL__PROTOCOL_HTTP_CODES_H
|
|
|
|
struct connection;
|
|
|
|
/* HTTP response codes device. */
|
|
|
|
void http_error_document(struct connection *conn, int code);
|
|
|
|
#endif /* EL__PROTOCOL_HTTP_CODES_H */
|