summaryrefslogtreecommitdiff
path: root/source/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-12-10 16:58:40 +0100
committerKarolin Seeger <kseeger@samba.org>2008-12-12 17:36:24 +0100
commitd6d326e3de830259dfc0af66f2bc7414145fecd1 (patch)
tree12a3ce01037cf6fcf37c85f0c1e5befb7aca440c /source/include/proto.h
parent73560a92ffd6e156b7b4079b089617de53da8747 (diff)
downloadsamba-d6d326e3de830259dfc0af66f2bc7414145fecd1.tar.gz
Fix the build
Crap, too many trees and no instant, infinitely fast rebuild Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit 6459f00d1cad1d5e9e14851610ca7a92406ad54a)
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h3
1 files changed, 3 insertions, 0 deletions
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 */