channels.h
来自「Libnet is a cross-platform library aimed」· C头文件 代码 · 共 27 行
H
27 行
/*---------------------------------------------------------------- * channels.h - declarations for channel handlers (internal) *---------------------------------------------------------------- * libnet is (c) Copyright Chad Catlett and George Foot 1997-1998 * * Please look in `docs' for details, documentation and * distribution conditions. */#ifndef libnet_included_file_channels_h#define libnet_included_file_channels_hextern struct __channel_list_t { struct __channel_list_t *next; NET_CHANNEL *chan;} *__libnet_internal__openchannels;void __libnet_internal__channels_init (void);void __libnet_internal__channels_exit (void);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?