summaryrefslogtreecommitdiff
path: root/src/win32/path_w32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/path_w32.h')
-rw-r--r--src/win32/path_w32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win32/path_w32.h b/src/win32/path_w32.h
index 4fadf8d08..837b11ebd 100644
--- a/src/win32/path_w32.h
+++ b/src/win32/path_w32.h
@@ -86,4 +86,6 @@ size_t git_win32_path_trim_end(wchar_t *str, size_t len);
*/
size_t git_win32_path_remove_namespace(wchar_t *str, size_t len);
+int git_win32_path_find_executable(git_win32_path fullpath, wchar_t* exe);
+
#endif