diff options
author | Keith Whitwell <[email protected]> | 2009-09-17 12:08:04 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-09-17 12:08:04 +0100 |
commit | e95a3a23dca9fc7aaa89237059d841f624b438db (patch) | |
tree | a255327884ee6ce838e83de48bc308d347ce8a69 /progs/perf/common.h | |
parent | 21caa29fbd332a2ee05a58df91e1664fbbc4e61f (diff) |
progs/perf: add scons support, get working under mingw
Diffstat (limited to 'progs/perf/common.h')
-rw-r--r-- | progs/perf/common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/perf/common.h b/progs/perf/common.h index 8b6091530d0..85db678c64e 100644 --- a/progs/perf/common.h +++ b/progs/perf/common.h @@ -31,5 +31,9 @@ extern double PerfMeasureRate(PerfRateFunc f); +extern void +perf_printf(const char *format, ...); + + #endif /* COMMON_H */ |