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

Generated with cgit - Back to sebastiano.tronto.net