From b8eaec6b666b1f0d3711540c492edd79cd02b1fe Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 3 May 2011 21:42:04 +0200 Subject: s3-vfs: make vfswrap_llistxattr and vfswrap_flistxattr static. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed May 4 12:31:10 CEST 2011 on sn-devel-104 --- source3/include/proto.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index bb2c64b671..dfe44a141e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2093,12 +2093,6 @@ bool enumerate_domain_trusts( TALLOC_CTX *mem_ctx, const char *domain, struct dom_sid **sids ); NTSTATUS change_trust_account_password( const char *domain, const char *remote_machine); -/* The following definitions come from modules/vfs_default.c */ - -ssize_t vfswrap_llistxattr(struct vfs_handle_struct *handle, const char *path, char *list, size_t size); -ssize_t vfswrap_flistxattr(struct vfs_handle_struct *handle, struct files_struct *fsp, char *list, size_t size); -NTSTATUS vfs_default_init(void); - /* The following definitions come from param/loadparm.c */ char *lp_smb_ports(void); -- cgit