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 /save-xml.c | |
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 'save-xml.c')
-rw-r--r-- | save-xml.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/save-xml.c b/save-xml.c index fdcaccc94..8ff133122 100644 --- a/save-xml.c +++ b/save-xml.c @@ -11,6 +11,7 @@ #include "device.h" #include "membuffer.h" #include "strndup.h" +#include "git-access.h" /* * We're outputting utf8 in xml. |