initial commit
[liquidmodel] / src / android / logger.h
1 #ifndef LOGGER_H_
2 #define LOGGER_H_
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 int start_logger(void);
9
10 #ifdef __cplusplus
11 }
12 #endif
13
14 #endif  /* LOGGER_H_ */