diff options
author | Günther Deschner <gd@samba.org> | 2011-02-23 13:29:00 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-23 15:42:35 +0100 |
commit | ab64634a2070042d96da7aadc7fff2ea97199c0e (patch) | |
tree | 8eb85fbac3f6217bb1f7675345a7466980b60bfe /source3/modules | |
parent | 148252331ab7f236858febb9bfc52c66ea8a2ff3 (diff) | |
download | samba-ab64634a2070042d96da7aadc7fff2ea97199c0e.tar.gz samba-ab64634a2070042d96da7aadc7fff2ea97199c0e.tar.bz2 samba-ab64634a2070042d96da7aadc7fff2ea97199c0e.zip |
s3-proto: remove some prototypes of non-existing functions.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Feb 23 15:42:35 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/onefs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/modules/onefs.h b/source3/modules/onefs.h index cd7782cc37..e7ac0eb72d 100644 --- a/source3/modules/onefs.h +++ b/source3/modules/onefs.h @@ -138,9 +138,6 @@ NTSTATUS onefs_samba_sd_to_sd(uint32_t security_info_sent, struct ifs_security_descriptor *sd, int snum, uint32_t *security_info_effective); -NTSTATUS onefs_split_ntfs_stream_name(TALLOC_CTX *mem_ctx, const char *fname, - char **pbase, char **pstream); - NTSTATUS onefs_stream_prep_smb_fname(TALLOC_CTX *ctx, const struct smb_filename *smb_fname_in, struct smb_filename **smb_fname_out); |