istereo2

diff src/android/logger.h @ 23:7d795dade0bc

first pass at android port... compiles!
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 03 Oct 2015 06:10:30 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/android/logger.h	Sat Oct 03 06:10:30 2015 +0300
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef LOGGER_H_
     1.5 +#define LOGGER_H_
     1.6 +
     1.7 +int start_logger(void);
     1.8 +
     1.9 +#endif	/* LOGGER_H_ */