diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-13 08:01:06 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-13 09:14:48 -0700 |
commit | 9a22efb97b78da00dbc8fdfdc9fa5db9eac84708 (patch) | |
tree | 77f9b278b187bfeb0ac16863f6e434b8dec98c15 /dive.h | |
parent | e21cae2d46db8148dc294c2dff08d9321274f815 (diff) | |
download | subsurface-9a22efb97b78da00dbc8fdfdc9fa5db9eac84708.tar.gz |
Move git related declarations into their own header file
Also change the name of the enum and make sure all the inner functions get
passed the remote transport information.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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); |