📄 nntp.h
字号:
/* $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -