commit | 9066cfe9886ac131c34d59ed0e2d287b0e3c0087 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Mar 03 19:31:44 2009 -0800 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Mar 03 19:31:44 2009 -0800 |
tree | d88beb88001f2482911e3d28e43833b50e4b4e97 | |
parent | d83a98f4ce9cfa908f5c54bbd70f03eec07e7553 [diff] [blame] |
auto import from //depot/cupcake/@135843
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 +