From a58854a0311316a66fda363e83665ab942d81ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Mon, 13 Jul 2015 17:11:19 +0200 Subject: submodule, path: extract slash conversion Extract the backslash-to-slash conversion into a helper function. --- src/path.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/path.h') diff --git a/src/path.h b/src/path.h index 5927a5381..adb76865e 100644 --- a/src/path.h +++ b/src/path.h @@ -591,4 +591,9 @@ extern bool git_path_isvalid( const char *path, unsigned int flags); +/** + * Convert any backslashes into slashes + */ +int git_path_normalize_slashes(git_buf *out, const char *path); + #endif -- cgit v1.2.1