[PATCH] Export relative path handling "prefix_path()" function
[git.git] / setup.c
diff --git a/setup.c b/setup.c
index 1710b16..b8789de 100644 (file)
--- a/setup.c
+++ b/setup.c
@@ -1,6 +1,6 @@
 #include "cache.h"
 
-static char *prefix_path(const char *prefix, int len, char *path)
+char *prefix_path(const char *prefix, int len, char *path)
 {
        char *orig = path;
        for (;;) {