From d6d326e3de830259dfc0af66f2bc7414145fecd1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 10 Dec 2008 16:58:40 +0100 Subject: [PATCH] Fix the build Crap, too many trees and no instant, infinitely fast rebuild Signed-off-by: Michael Adam (cherry picked from commit 6459f00d1cad1d5e9e14851610ca7a92406ad54a) --- source/include/proto.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/include/proto.h b/source/include/proto.h index 7cc1adcdc75..9d0b190393e 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -9663,6 +9663,9 @@ NTSTATUS unix_convert(TALLOC_CTX *ctx, char **pp_saved_last_component, SMB_STRUCT_STAT *pst); NTSTATUS check_name(connection_struct *conn, const char *name); +int get_real_filename(connection_struct *conn, const char *path, + const char *name, TALLOC_CTX *mem_ctx, + char **found_name); /* The following definitions come from smbd/files.c */ -- 2.47.2