From 55ed1d59455566d90a03e7123fbf7a05a4bd4539 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Tue, 19 Dec 2006 20:16:52 +0000 Subject: r20261: merge 20260 from samba_3_0_24 clean up a bunch of no previous prototype warnings (This used to be commit c60687db112405262adf26dbf267804b04074e67) --- source3/modules/vfs_aixacl2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/modules/vfs_aixacl2.c') diff --git a/source3/modules/vfs_aixacl2.c b/source3/modules/vfs_aixacl2.c index ed4c4031a6..62a517a6e0 100644 --- a/source3/modules/vfs_aixacl2.c +++ b/source3/modules/vfs_aixacl2.c @@ -530,6 +530,7 @@ static vfs_op_tuple aixjfs2_ops[] = SMB_VFS_LAYER_NOOP} }; +NTSTATUS vfs_aixacl2_init(void); NTSTATUS vfs_aixacl2_init(void) { return smb_register_vfs(SMB_VFS_INTERFACE_VERSION, AIXACL2_MODULE_NAME, -- cgit