ELinks 0.16.1.1
|
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include "elinks.h"
#include "cache/cache.h"
#include "intl/libintl.h"
#include "main/module.h"
#include "network/connection.h"
#include "network/socket.h"
#include "protocol/nntp/codes.h"
#include "protocol/nntp/connection.h"
#include "protocol/nntp/nntp.h"
#include "protocol/nntp/response.h"
#include "protocol/protocol.h"
#include "protocol/uri.h"
#include "util/memory.h"
#include "util/string.h"
Macros | |
#define | NNTP_MAX_COMMAND_LENGTH 512 |
#define NNTP_MAX_COMMAND_LENGTH 512 |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
void news_protocol_handler | ( | struct connection * | conn | ) |
|
static |
|
static |
|
static |
void nntp_protocol_handler | ( | struct connection * | conn | ) |
|
static |
|
static |
|
static |