Implemented aysnc parser in STG::Conn.
[stg.git] / projects / rlm_stg / radlog.h
1 #ifndef __STG_RADLOG_H__
2 #define __STG_RADLOG_H__
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 void RadLog(const char* format, ...);
9
10 #ifdef __cplusplus
11 }
12 #endif
13
14 #endif