3dphotoshoot

annotate src/android/logger.h @ 18:dccbd7d65517

moved to android-19 to make it work with android 4.x
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 10 Jun 2015 18:53:28 +0300
parents
children
rev   line source
nuclear@0 1 #ifndef LOGGER_H_
nuclear@0 2 #define LOGGER_H_
nuclear@0 3
nuclear@0 4 int start_logger(void);
nuclear@0 5
nuclear@0 6 #endif /* LOGGER_H_ */