📄 smb.h
字号:
#ifndef EL__PROTOCOL_SMB_SMB_H#define EL__PROTOCOL_SMB_SMB_H#include "main/module.h"#include "protocol/protocol.h"extern struct module smb_protocol_module;#ifdef CONFIG_SMBextern protocol_handler_T smb_protocol_handler;#else#define smb_protocol_handler NULL#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -