]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix the build
authorVolker Lendecke <vl@samba.org>
Wed, 10 Dec 2008 15:58:40 +0000 (16:58 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 12 Dec 2008 16:17:37 +0000 (17:17 +0100)
Crap, too many trees and no instant, infinitely fast rebuild

Signed-off-by: Michael Adam <obnox@samba.org>
source/include/proto.h

index 7cc1adcdc7519875320feea29d610869b8682e2e..9d0b190393e92130775d836f3d6f1e2657997145 100644 (file)
@@ -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  */