diff options
author | Volker Lendecke <vl@samba.org> | 2008-12-10 16:58:40 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-12-11 00:00:50 +0100 |
commit | 1c6a87604f535f3e78f0798bb8b2a6408f2c93d9 (patch) | |
tree | 577fc94e041e23dfb1d43778cbb85b58f0cb18d0 /source3/include | |
parent | 57a9380f7b4ec25fe7bc7a8da73310ce8969e8d1 (diff) | |
download | samba-1c6a87604f535f3e78f0798bb8b2a6408f2c93d9.tar.gz samba-1c6a87604f535f3e78f0798bb8b2a6408f2c93d9.tar.bz2 samba-1c6a87604f535f3e78f0798bb8b2a6408f2c93d9.zip |
Fix the build
Crap, too many trees and no instant, infinitely fast rebuild
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 4feedcdb04..4028f6de52 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 */ |