diff options
author | Volker Lendecke <vl@samba.org> | 2008-12-10 23:13:34 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-12-10 23:13:34 +0100 |
commit | 7ad9676864a70366c3165c6f35e5c8665bc6468d (patch) | |
tree | d97856d6e612b1ff680d58d46bb7d58aa2430168 /source3/include | |
parent | c044b09572631cbdd686e5dbbdfbcc731145533a (diff) | |
download | samba-7ad9676864a70366c3165c6f35e5c8665bc6468d.tar.gz samba-7ad9676864a70366c3165c6f35e5c8665bc6468d.tar.bz2 samba-7ad9676864a70366c3165c6f35e5c8665bc6468d.zip |
Revert "Fix the build"
This reverts commit c044b09572631cbdd686e5dbbdfbcc731145533a.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 7fa6266910..4feedcdb04 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7896,10 +7896,6 @@ 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 */ |