📄 php3_snmp.h
字号:
/* +----------------------------------------------------------------------+ | PHP HTML Embedded Scripting Language Version 3.0 | +----------------------------------------------------------------------+ | Copyright (c) 1997,1998 PHP Development Team (See Credits file) | +----------------------------------------------------------------------+ | This program is free software; you can redistribute it and/or modify | | it under the terms of one of the following licenses: | | | | A) the GNU General Public License as published by the Free Software | | Foundation; either version 2 of the License, or (at your option) | | any later version. | | | | B) the PHP License as published by the PHP Development Team and | | included in the distribution in the file: LICENSE | | | | This program is distributed in the hope that it will be useful, | | but WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | GNU General Public License for more details. | | | | You should have received a copy of both licenses referred to here. | | If you did not, or have any questions about PHP licensing, please | | contact core@php.net. | +----------------------------------------------------------------------+ | Authors: Rasmus Lerdorf <rasmus@lerdorf.on.ca> | +----------------------------------------------------------------------+ *//* $Id: php3_snmp.h,v 1.5 1998/04/29 13:23:56 ssb Exp $ */#ifndef _PHP3_SNMP_H#define _PHP3_SNMP_H#if COMPILE_DL#undef HAVE_SNMP#define HAVE_SNMP 1#endif#ifndef DLEXPORT#define DLEXPORT#endif#if HAVE_SNMPextern php3_module_entry snmp_module_entry;#define snmp_module_ptr &snmp_module_entryextern DLEXPORT void php3_snmpget(INTERNAL_FUNCTION_PARAMETERS);extern DLEXPORT void php3_snmpwalk(INTERNAL_FUNCTION_PARAMETERS);#else#define snmp_module_ptr NULL#endif /* HAVE_SNMP */#endif /* _PHP3_SNMP_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -