]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs_fruit: add a forward declaration for ad_get()
authorRalph Boehme <slow@samba.org>
Tue, 21 May 2019 14:00:00 +0000 (16:00 +0200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 13 Jun 2019 10:22:13 +0000 (10:22 +0000)
Will be needed in the next commit.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13958

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 4777d1163a7c18c89ce9be955903427a18134415)

source3/modules/vfs_fruit.c

index 773186af42c95e3f84fa803d0f2af6583db56625..c06c81aaa1ee97bf40b91fe992f1ee4bfdce99ee 100644 (file)
@@ -535,6 +535,10 @@ struct fio {
  */
 static struct adouble *ad_init(TALLOC_CTX *ctx, vfs_handle_struct *handle,
                               adouble_type_t type);
+static struct adouble *ad_get(TALLOC_CTX *ctx,
+                             vfs_handle_struct *handle,
+                             const struct smb_filename *smb_fname,
+                             adouble_type_t type);
 static int ad_set(struct adouble *ad, const struct smb_filename *smb_fname);
 static int ad_fset(struct adouble *ad, files_struct *fsp);
 static int adouble_path(TALLOC_CTX *ctx,