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
;