|
ELinks 0.19.1
|
#include <connection.h>

Data Fields | |
| enum nntp_target | target |
| enum nntp_command | command |
| nntp_code_T | code |
| struct string | group |
| struct string | message |
| long | current_article |
| long | end_article |
| long | articles |
| unsigned int | xover_unsupported:1 |
| long nntp_connection_info::articles |
| nntp_code_T nntp_connection_info::code |
| enum nntp_command nntp_connection_info::command |
| long nntp_connection_info::current_article |
| long nntp_connection_info::end_article |
| struct string nntp_connection_info::group |
| struct string nntp_connection_info::message |
| enum nntp_target nntp_connection_info::target |
| unsigned int nntp_connection_info::xover_unsupported |