sphinx: better logging and verbosity handling
[profile/ivi/speech-recognition.git] / src / plugins / speech-to-text / sphinx / logger.h
1 #ifndef __SRS_POCKET_SPHINX_LOGGER_H__
2 #define __SRS_POCKET_SPHINX_LOGGER_H__
3
4 #include "sphinx-plugin.h"
5
6 FILE *logger_create(context_t *ctx);
7
8 #endif /* __SRS_POCKET_SPHINX_LOGGER_H__ */