📄 smb.h
字号:
/* $Id: smb.h,v 1.6 2004/11/05 03:32:19 jonas Exp $ */#ifndef EL__PROTOCOL_SMB_SMB_H#define EL__PROTOCOL_SMB_SMB_H#include "modules/module.h"#include "protocol/protocol.h"extern struct module smb_protocol_module;#ifdef CONFIG_SMBextern protocol_handler smb_protocol_handler;#else#define smb_protocol_handler NULL#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -