diff options
Diffstat (limited to 'src/path.h')
| -rw-r--r-- | src/path.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/path.h b/src/path.h index 0c8cc349c..6397feedf 100644 --- a/src/path.h +++ b/src/path.h @@ -74,4 +74,6 @@ 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); + #endif |
