From a7a06a7ccfe0af1e134357678b8fa6cf87dff3b0 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Sat, 7 Feb 2009 16:32:56 +0000 Subject: anthy-9100h --- anthy/logger.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 anthy/logger.h (limited to 'anthy/logger.h') diff --git a/anthy/logger.h b/anthy/logger.h new file mode 100644 index 0000000..da5a65f --- /dev/null +++ b/anthy/logger.h @@ -0,0 +1,8 @@ +/* デバッグやエラーのメッセージの出力 */ +#ifndef _logger_h_included_ +#define _logger_h_included_ + +void anthy_do_set_logger(void (*)(int , const char*), int lv); +void anthy_log(int lv, const char *, ...); + +#endif -- cgit v1.2.1