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

View File

@ -32,6 +32,7 @@
#include "entry.h"
#include "setup.h"
#include "symlinks.h"
#include "ws.h"
#include "wrapper.h"
struct gitdiff_data {