iconv: Bail out of the loop when an illegal sequence of bytes occurs.
[elinks/elinks-j605.git] / src / protocol / nntp / nntp.h
blobf993cff1015b0dca90bca6d1d0c26f7bc0ac551d
2 #ifndef EL__PROTOCOL_NNTP_NNTP_H
3 #define EL__PROTOCOL_NNTP_NNTP_H
5 #include "main/module.h"
7 /* Returns the server that should be used when expanding news: URIs */
8 unsigned char *get_nntp_server(void);
10 /* Returns the entries the user wants to have shown */
11 unsigned char *get_nntp_header_entries(void);
13 extern struct module nntp_protocol_module;
15 #endif