mirror of
https://github.com/git/git.git
synced 2026-01-09 17:46:37 +00:00
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:
committed by
Junio C Hamano
parent
69a63fe663
commit
cb2a51356d
@@ -1,6 +1,7 @@
|
||||
#include "cache.h"
|
||||
#include "git-compat-util.h"
|
||||
#include "gettext.h"
|
||||
#include "setup.h"
|
||||
#include "symlinks.h"
|
||||
|
||||
static int threaded_check_leading_path(struct cache_def *cache, const char *name,
|
||||
int len, int warn_on_lstat_err);
|
||||
|
||||
Reference in New Issue
Block a user