diff options
Diffstat (limited to 'commands/command.h')
-rw-r--r-- | commands/command.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/command.h b/commands/command.h index fc1ddf582..5d92eec03 100644 --- a/commands/command.h +++ b/commands/command.h @@ -118,6 +118,10 @@ void renameEvent(struct dive *d, int dcNr, struct event *ev, const char *name); void removeEvent(struct dive *d, int dcNr, struct event *ev); void addGasSwitch(struct dive *d, int dcNr, int seconds, int tank); +// 7) Picture (media) commands + +void setPictureOffset(dive *d, const QString &filename, offset_t offset); + } // namespace Command #endif // COMMAND_H |