#ifndef __UI_LOG_H #define __UI_LOG_H #ifdef __cplusplus extern "C" { #endif extern void csvn_print_log_page( void ); #ifdef __cplusplus } #endif #endif /* __UI_LOG_H */