diff options
Diffstat (limited to 'progs/perf/teximage.c')
-rw-r--r-- | progs/perf/teximage.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/perf/teximage.c b/progs/perf/teximage.c index 634cd835588..86f0ef87366 100644 --- a/progs/perf/teximage.c +++ b/progs/perf/teximage.c @@ -155,6 +155,10 @@ static const struct { { 0, 0, NULL } }; +void +PerfNextRound(void) +{ +} /** Called from test harness/main */ |