Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2011-12-27 19:03:28 +0400
committernulltoken <emeric.fermas@gmail.com>2011-12-28 23:35:09 +0400
commit2017a15d6ca7f756dcf036499a02e15393609c83 (patch)
treeeed9dfa76f244ed6846c78ec6a0fff4fe2178067 /src/path.h
parent459e2dcd7deb379b9a013ab70aa70206fc17f16a (diff)
path: add git_path_fromurl()
Diffstat (limited to 'src/path.h')
-rw-r--r--src/path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path.h b/src/path.h
index 6397feedf..c308c5bd4 100644
--- a/src/path.h
+++ b/src/path.h
@@ -75,5 +75,6 @@ GIT_INLINE(void) git_path_mkposix(char *path)
#endif
extern int git__percent_decode(git_buf *decoded_out, const char *input);
+extern int git_path_fromurl(git_buf *local_path_out, const char *file_url);
#endif