summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/dive.h b/dive.h
index d4ceb76e0..838ff404b 100644
--- a/dive.h
+++ b/dive.h
@@ -668,16 +668,6 @@ extern int export_dives_xslt(const char *filename, const bool selected, const in
struct membuffer;
extern void save_one_dive_to_mb(struct membuffer *b, struct dive *dive);
-struct git_oid;
-struct git_repository;
-#define dummy_git_repository ((git_repository *)3ul) /* Random bogus pointer, not NULL */
-extern struct git_repository *is_git_repository(const char *filename, const char **branchp, const char **remote);
-extern int sync_with_remote(struct git_repository *repo, const char *remote, const char *branch);
-extern int git_save_dives(struct git_repository *, const char *, const char *remote, bool select_only);
-extern int git_load_dives(struct git_repository *, const char *);
-extern const char *saved_git_id;
-extern void clear_git_id(void);
-extern void set_git_id(const struct git_oid *);
int cylinderuse_from_text(const char *text);