symlinks.h: move declarations for symlinks.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:09 +00:00
committed by Junio C Hamano
parent 69a63fe663
commit cb2a51356d
17 changed files with 44 additions and 23 deletions

1
dir.c
View File

@ -25,6 +25,7 @@
#include "fsmonitor.h"
#include "setup.h"
#include "submodule-config.h"
#include "symlinks.h"
#include "trace2.h"
#include "wrapper.h"