📄 protocol.h
字号:
/* protocol.h * linqianghe@163.com * 2006-09-04 */#ifndef INCLUDED_PROTOCOL_H#define INCLUDED_PROTOCOL_H#include <net/protocol.h>extern struct net_protocol *myinet_protos[MAX_INET_PROTOS];int myinet_add_protocol( struct net_protocol *prot, unsigned char protocol );int myinet_del_protocol( struct net_protocol *prot, unsigned char protocol );#endif //INCLUDED_PROTOCOL_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -