mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleaning up variable names in image loading
Use more explicit variabel names and make the get timestamp function actually return the timestamp rather than getting a pointer argument Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c97e136435
commit
a0a3c6ec15
4 changed files with 39 additions and 45 deletions
2
dive.h
2
dive.h
|
@ -390,7 +390,7 @@ extern void dive_remove_picture(char *filename);
|
|||
extern unsigned int dive_get_picture_count(struct dive *d);
|
||||
extern bool picture_check_valid(char *filename, int shift_time);
|
||||
extern void picture_load_exif_data(struct picture *p);
|
||||
extern void picture_get_timestamp(char *filename, timestamp_t *t);
|
||||
extern timestamp_t picture_get_timestamp(char *filename);
|
||||
extern void dive_set_geodata_from_picture(struct dive *d, struct picture *pic);
|
||||
|
||||
extern int explicit_first_cylinder(struct dive *dive, struct divecomputer *dc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue