Files
vxWorks/h/wrn/radius/radiusCfg.h
2025-08-20 18:25:46 +08:00

27 lines
349 B
C

/* radiusCfg.h */
/* Copyright 1999 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01a,03oct01,md created for Tornado III
*/
#ifndef __INCradiusCfgh
#define __INCradiusCfgh
#ifdef __cplusplus
extern "C" {
#endif
void radiusCfg();
#ifdef __cplusplus
}
#endif
#endif /* __INCradiusCfgh */