pppradiuscomponent.h

来自「Radius PNE 3.3 source code, running at m」· C头文件 代码 · 共 45 行

H
45
字号
/* pppRadiusComponent.h - RADIUS component header file *//* Copyright 1999-2005 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history--------------------01b,25feb05,ijm moved to radius directory01a,27jun00,bsn created*/#ifndef __INCpppRadiusComponenth#define __INCpppRadiusComponenth#ifdef __cplusplusextern "C" {#endif#include "vxWorks.h"#include "pfw/pfw.h"/*                    Profile Parameters *                   -------------------- *        NAME                              VALUES/EXPLANATION *       ------                            -------------------- *//* * RADIUS SUPPORTED INTERFACES: see ./interfaces/pppRadiusInterfaces.h *//* User interfaces */STATUS pppRadiusComponentCreate (PFW_OBJ * pfw); STATUS pppRadiusComponentDelete (PFW_OBJ * pfw); #ifdef __cplusplus}#endif#endif /* __INCpppRadiusComponenth */

⌨️ 快捷键说明

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