diff options
author | Vicent Martà <tanoku@gmail.com> | 2012-01-04 22:40:59 +0100 |
---|---|---|
committer | Vicent Martà <tanoku@gmail.com> | 2012-01-04 22:43:11 +0100 |
commit | f2114d0a35b95efef294f7527dfd64fbef61d993 (patch) | |
tree | ccb5ed2313c8d660cefb3730cd9ca279361ff927 /src/path.h | |
parent | b0df89d90b4c2aee6e7083031a93667ff9c85ab3 (diff) | |
parent | e2580375dc76f46dce9963225449fcc872e86b0b (diff) | |
download | libgit2-f2114d0a35b95efef294f7527dfd64fbef61d993.tar.gz |
Merge remote-tracking branch 'nulltoken/topix/path_fromurl' into development
Conflicts:
tests-clay/clay.h
tests-clay/clay_main.c
Diffstat (limited to 'src/path.h')
-rw-r--r-- | src/path.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/path.h b/src/path.h index 0c8cc349c..c308c5bd4 100644 --- a/src/path.h +++ b/src/path.h @@ -74,4 +74,7 @@ GIT_INLINE(void) git_path_mkposix(char *path) # define git_path_mkposix(p) /* blank */ #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 |