diff options
Diffstat (limited to 'src/steps.h')
| -rw-r--r-- | src/steps.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/steps.h b/src/steps.h index a55a101..5744e48 100644 --- a/src/steps.h +++ b/src/steps.h | |||
| @@ -8,9 +8,8 @@ | |||
| 8 | extern Step * steps[NSTEPS]; | 8 | extern Step * steps[NSTEPS]; |
| 9 | 9 | ||
| 10 | void copy_estimatedata(EstimateData *s, EstimateData *d); | 10 | void copy_estimatedata(EstimateData *s, EstimateData *d); |
| 11 | void free_estimatedata(EstimateData *ed); | ||
| 12 | void invert_estimatedata(EstimateData *ed); | 11 | void invert_estimatedata(EstimateData *ed); |
| 13 | EstimateData * new_estimatedata(); | 12 | void reset_estimatedata(EstimateData *ed); |
| 14 | void prepare_step(Step *step, SolveOptions *opts); | 13 | void prepare_step(Step *step, SolveOptions *opts); |
| 15 | 14 | ||
| 16 | #endif | 15 | #endif |
