From 54b6cfa9a9e5b861a9930af873580d6dc20f773c Mon Sep 17 00:00:00 2001 From: The Android Open Source Project Date: Tue, 21 Oct 2008 07:00:00 -0700 Subject: Initial Contribution --- tools/localize/log.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tools/localize/log.h (limited to 'tools/localize/log.h') diff --git a/tools/localize/log.h b/tools/localize/log.h new file mode 100644 index 0000000..4a5fa7f --- /dev/null +++ b/tools/localize/log.h @@ -0,0 +1,7 @@ +#ifndef LOG_H +#define LOG_H + +void log_printf(const char* fmt, ...); + +#endif // LOG_H + -- cgit v1.1