From: Volker Lendecke Date: Wed, 10 Dec 2008 15:58:40 +0000 (+0100) Subject: Fix the build X-Git-Tag: samba-4.0.0alpha6~479^2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c6a87604f535f3e78f0798bb8b2a6408f2c93d9;p=thirdparty%2Fsamba.git Fix the build Crap, too many trees and no instant, infinitely fast rebuild Signed-off-by: Michael Adam --- diff --git a/source3/include/proto.h b/source3/include/proto.h index 4feedcdb04e..4028f6de52a 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7896,6 +7896,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 */