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