Merge branch 'main' into dev
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct log_Interceptor {
|
||||
log_level level;
|
||||
log_Handler *handler;
|
||||
@@ -38,4 +42,8 @@ log_Interceptor *loggingSubStringInterceptor(char *keywords[],
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // __LOGGING_INTERCEPTOR_H__
|
||||
Reference in New Issue
Block a user