diff options
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 |