ws.h: move declarations for ws.c functions from cache.h

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren
2023-04-22 20:17:16 +00:00
committed by Junio C Hamano
parent d4ff2072ab
commit 641223137b
7 changed files with 40 additions and 28 deletions

5
ws.c
View File

@@ -3,9 +3,12 @@
*
* Copyright (c) 2007 Junio C Hamano
*/
#include "cache.h"
#include "git-compat-util.h"
#include "attr.h"
#include "strbuf.h"
#include "ws.h"
unsigned whitespace_rule_cfg = WS_DEFAULT_RULE;
static struct whitespace_rule {
const char *rule_name;