agentx_config.h
来自「snmp的源代码,已经在我的ubuntu下编译通过」· C头文件 代码 · 共 19 行
H
19 行
#ifndef __AGENTX_CONFIG_H__#define __AGENTX_CONFIG_H__config_belongs_in(agent_module)#ifdef __cplusplusextern "C" {#endif void agentx_parse_master(const char *token, char *cptr); void agentx_parse_agentx_socket(const char *token, char *cptr); void init_agentx_config(void);#ifdef __cplusplus}#endif#endif /* __AGENTX_CONFIG_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?