1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-04 08:17:17 -05:00

1008: Added a comment realted to http_version's macros.

This commit is contained in:
Witold Filipczyk 2008-05-12 11:50:40 +02:00 committed by Witold Filipczyk
parent 639799740c
commit 20f0ed6e1b

View File

@ -10,7 +10,7 @@ struct connection;
struct read_buffer;
struct socket;
/* Macros related to this struct are defined in the http.c. */
struct http_version {
int major;
int minor;