Subject: [PATCH] enter_repo missing its prototype (cherry picked from 00de97b561c4114e89a8d2f5c8af08403278d8fa commit) Signed-off-by: Alex Riesen --- cache.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) applies-to: e12ceef6841365e64bb765294235a67e9263d7de 64c38741ba2b5840990b695ec3dbaa51a3427c4b diff --git a/cache.h b/cache.h index a7c1bbd..80f69a7 100644 --- a/cache.h +++ b/cache.h @@ -204,6 +204,8 @@ int git_mkstemp(char *path, size_t n, co int safe_create_leading_directories(char *path); char *safe_strncpy(char *, const char *, size_t); +extern char *enter_repo(char *path, int strict); + /* Read and unpack a sha1 file into memory, write memory to a sha1 file */ extern int unpack_sha1_header(z_stream *stream, void *map, unsigned long mapsize, void *buffer, unsigned long size); extern int parse_sha1_header(char *hdr, char *type, unsigned long *sizep); --- 0.99.9.GIT