libsnap.h

来自「一个学习SNMP项目:tmoerlan.」· C头文件 代码 · 共 26 行

H
26
字号
/* snap2snmp connection library *//* (c) Willem de Bruijn, 2002   *//* snaplibrary headerfile	*/#ifndef SNAP_LIB_H#define SNAP_LIB_H 1#include <stdio.h>#include <unistd.h>#include <sys/types.h>#include <sys/time.h>int init_snap(int, char**);			/* initialize the snap interpreter in the same thread*//* direct handling */int snap_receive();/* delayed handling */int add_snap_handler(fd_set*);int isset_snap_handler(fd_set*);void clear_snap_handler(fd_set*);int handle_snap_request();#endif /* SNAP_LIB_H */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?