📄 pppradiuscomponent.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -