?? radius_task.h
字號:
/* radius_task.h *//* Function prototypes related to RADIUS task. *//* Copyright 1984 - 2000 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history____________________01a,19dec00,md merged from visual source safe*//************************************************************************//* Copyright (C) 1999 RouterWare, Inc. *//* Unpublished - rights reserved under the Copyright Laws of the *//* United States. Use, duplication, or disclosure by the *//* Government is subject to restrictions as set forth in *//* subparagraph (c)(1)(ii) of the Rights in Technical Data and *//* Computer Software clause at 252.227-7013. *//* RouterWare, Inc., 3961 MacArthur Blvd. Suite 212, Newport Beach, CA *//************************************************************************/#ifndef __INCradius_taskh#define __INCradius_taskh/*// Function that will be called when a new task has been spawned for RADIUS Client.*/void radius_task_initialize(const char* p_radius_configuration_file);#endif /* __INCradius_taskh */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -