s3: Remove a typedef (struct file_info)
[sfrench/samba-autobuild/.git] / source3 / libgpo / gpo_filesync.c
index a3002fe860667b3c8c7468a5700d1c438006b47d..461ebb742feac25141893237f07f0be152d55a18 100644 (file)
@@ -31,7 +31,7 @@ struct sync_context {
 };
 
 static void gpo_sync_func(const char *mnt,
-                         file_info *info,
+                         struct file_info *info,
                          const char *mask,
                          void *state);
 
@@ -130,7 +130,7 @@ static bool gpo_sync_files(struct sync_context *ctx)
 ****************************************************************/
 
 static void gpo_sync_func(const char *mnt,
-                         file_info *info,
+                         struct file_info *info,
                          const char *mask,
                          void *state)
 {