diff options
Diffstat (limited to 'commands/command.h')
-rw-r--r-- | commands/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/command.h b/commands/command.h index 1b7e65394..6446b32fd 100644 --- a/commands/command.h +++ b/commands/command.h @@ -80,6 +80,7 @@ int editBuddies(const QStringList &newList, bool currentDiveOnly); int editDiveMaster(const QStringList &newList, bool currentDiveOnly); void pasteDives(const dive *d, dive_components what); void replanDive(dive *d); // dive computer(s) and cylinder(s) will be reset! +void editProfile(dive *d); // dive computer(s) and cylinder(s) will be reset! // 5) Trip editing commands |