aboutsummaryrefslogtreecommitdiff
path: root/src/steps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/steps.h')
-rw-r--r--src/steps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/steps.h b/src/steps.h
index f23bc69..e145c64 100644
--- a/src/steps.h
+++ b/src/steps.h
@@ -9,6 +9,6 @@ extern Step * steps[NSTEPS];
9 9
10void free_localinfo(LocalInfo *li); 10void free_localinfo(LocalInfo *li);
11LocalInfo * new_localinfo(); 11LocalInfo * new_localinfo();
12void prepare_step(Step *step); 12void prepare_step(Step *step, int nthreads);
13 13
14#endif 14#endif

Generated with cgit - Back to sebastiano.tronto.net