12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- #include <radius_config.h>
- #include <includes.h>
- #include <freeradius-client.h>
- void rc_openlog(char const *ident)
- {
- #ifndef _MSC_VER
- #endif
- }
- void rc_log(int prio, char const *format, ...)
- {
- #ifdef RC_LOG
-
- #endif
-
- }
|