Move planner notes to separate file

Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
Robert C. Helling 2017-05-25 12:57:06 +02:00 committed by Dirk Hohndel
parent 6bfb1f5200
commit b1ccd2fc43
5 changed files with 483 additions and 470 deletions

View file

@ -21,6 +21,7 @@ extern void get_gas_at_time(struct dive *dive, struct divecomputer *dc, duration
extern int get_cylinderid_at_time(struct dive *dive, struct divecomputer *dc, duration_t time);
extern int get_gasidx(struct dive *dive, struct gasmix *mix);
extern bool diveplan_empty(struct diveplan *diveplan);
extern void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool show_disclaimer, int error);
extern void free_dps(struct diveplan *diveplan);
extern struct dive *planned_dive;