v3_ini.h

来自「wm PNE 3.3 source code, running at more 」· C头文件 代码 · 共 80 行

H
80
字号
/* $Header: /usr/cvsroot/target/h/wrn/wm/snmp/engine/v3_ini.h,v 1.3 2001/11/06 21:50:41 josh Exp $ *//* * Copyright (C) 1999-2005 Wind River Systems, Inc. * All rights reserved.  Provided under license only. * Distribution or other use of this software is only * permitted pursuant to the terms of a license agreement * from Wind River Systems (and is otherwise prohibited). * Refer to that license agreement for terms of use. *//**************************************************************************** *  Copyright 1998 Integrated Systems, Inc. *  All rights reserved. ****************************************************************************//* * $Log: v3_ini.h,v $ * Revision 1.3  2001/11/06 21:50:41  josh * second (and hopefully final) pass of new path hacking * * Revision 1.2  2001/11/06 21:35:06  josh * new revised path structure, first pass.  Also removing useless * shell include files. * * Revision 1.1.1.1  2001/11/05 17:47:24  tneale * Tornado shuffle * * Revision 9.3  2001/01/19 22:22:11  paul * Update copyright. * * Revision 9.2  2000/03/17 19:48:45  meister * Update copyright notice * * Revision 9.1  2000/03/09 17:00:12  tneale *  Added #ifdef for C++ to declare extern C if needed * * Revision 9.0  1998/10/16 22:10:25  sar * Update version stamp to match release * * Revision 8.1  1998/08/12 04:52:16  sar * revamp the initialization routines to limit the amount of * code that might get pulled in. * *//* [clearcase]modification history-------------------01a,19apr05,job  update copyright notices*/#if (!defined(v3_ini_inc))#define v3_ini_inc#ifdef __cplusplusextern"C" {#endif#if (!defined(asn1conf_inc))#include <wrn/wm/snmp/engine/asn1conf.h>#endif#if (!defined(snmp_inc))#include <wrn/wm/snmp/engine/snmp.h>#endifextern void envoy_v3_init __((void));#ifdef __cplusplus}#endif#endif /* #if (!defined(v3_ini_inc)) */

⌨️ 快捷键说明

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