diff options
Diffstat (limited to 'desktop-widgets/command.h')
-rw-r--r-- | desktop-widgets/command.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop-widgets/command.h b/desktop-widgets/command.h index dfc79a9e6..77920a81c 100644 --- a/desktop-widgets/command.h +++ b/desktop-widgets/command.h @@ -38,6 +38,10 @@ void splitDives(dive *d, duration_t time); void splitDiveComputer(dive *d, int dc_num); void mergeDives(const QVector <dive *> &dives); +// 3) Dive-site related commands + +void deleteDiveSites(const QVector <dive_site *> &sites); + } // namespace Command #endif // COMMAND_H |