diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-02-05 14:53:57 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-06 06:29:19 -0800 |
commit | 40cb57b2020321a0e3c898dac2c54daab3f22026 (patch) | |
tree | 940a07342e711edba2603d929ee6f9a1d61263f2 /profile.h | |
parent | 19585d9a135257a74f92471ee82bb56499aa0680 (diff) | |
download | subsurface-40cb57b2020321a0e3c898dac2c54daab3f22026.tar.gz |
Adapt the ToolTip to work on the new profile
With this patch the tooltip is ready to work on the new profile, we just
need to actually use it.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile.h')
-rw-r--r-- | profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ struct plot_data *populate_plot_entries(struct dive *dive, struct divecomputer * struct plot_info *analyze_plot_info(struct plot_info *pi); void create_plot_info_new(struct dive *dive, struct divecomputer *dc, struct plot_info *pi); void calculate_deco_information(struct dive *dive, struct divecomputer *dc, struct plot_info *pi, bool print_mode); +void get_plot_details_new(struct plot_info *pi, int time, char *buf, int bufsize); struct ev_select { char *ev_name; |