nntp.h
来自「一个很有名的浏览器」· C头文件 代码 · 共 17 行
H
17 行
/* $Id: nntp.h,v 1.1 2004/08/14 07:53:15 jonas Exp $ */#ifndef EL__PROTOCOL_NNTP_NNTP_H#define EL__PROTOCOL_NNTP_NNTP_H#include "modules/module.h"/* Returns the server that should be used when expanding news: URIs */unsigned char *get_nntp_server(void);/* Returns the entries the user wants to have shown */unsigned char *get_nntp_header_entries(void);extern struct module nntp_protocol_module;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?