0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00
Files
elinks/src/protocol/http/codes.h
2005-10-21 09:14:07 +02:00

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 */