1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00
elinks/src/protocol/gemini/codes.h
2021-07-03 09:45:11 +02:00

20 lines
303 B
C

#ifndef EL__PROTOCOL_GEMINI_CODES_H
#define EL__PROTOCOL_GEMINI_CODES_H
#ifdef __cplusplus
extern "C" {
#endif
struct connection;
/* Gemini response codes device. */
void gemini_error_document(struct connection *conn, int code);
#ifdef __cplusplus
}
#endif
#endif /* EL__PROTOCOL_HTTP_CODES_H */