ws_fix_copy(): move the whitespace fixing function to ws.c
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index ad11c90caf56b3bf5bca37ed185452967ff56a2b..3d4c6b078c726db6fcf1d1072a7f4d3fa14773f3 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -661,6 +661,7 @@ extern unsigned check_and_emit_line(const char *line, int len, unsigned ws_rule,
     FILE *stream, const char *set,
     const char *reset, const char *ws);
 extern char *whitespace_error_string(unsigned ws);
+extern int ws_fix_copy(char *, const char *, int, unsigned, int *);
 
 /* ls-files */
 int pathspec_match(const char **spec, char *matched, const char *filename, int skiplen);