diff options
Diffstat (limited to 'src/steps.h')
| -rw-r--r-- | src/steps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/steps.h b/src/steps.h index 89ab168..4aedcee 100644 --- a/src/steps.h +++ b/src/steps.h | |||
| @@ -7,6 +7,6 @@ | |||
| 7 | 7 | ||
| 8 | extern Step * steps[NSTEPS]; | 8 | extern Step * steps[NSTEPS]; |
| 9 | 9 | ||
| 10 | void prepare_step(Step *step, DfsData *dd); | 10 | void prepare_step(Step *step); |
| 11 | 11 | ||
| 12 | #endif | 12 | #endif |
