Merge pull request #2737 from Subsurface-divelog/libgitCleanup

Libgit cleanup
This commit is contained in:
Dirk Hohndel 2020-04-10 17:19:51 -07:00 committed by GitHub
commit 61f9c4114e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 34 additions and 86 deletions

View file

@ -310,12 +310,6 @@ extern int save_dive_sites_logic(const char *filename, const struct dive_site *s
struct membuffer;
extern void save_one_dive_to_mb(struct membuffer *b, struct dive *dive, bool anonymize);
struct user_info {
char *name;
char *email;
};
extern void subsurface_user_info(struct user_info *);
extern void subsurface_console_init(void);
extern void subsurface_console_exit(void);
extern bool subsurface_user_is_root(void);