smbd: realign args of get_real_filename() and friends
[samba.git] / source3 / smbd / proto.h
index 2dd469a62134faee607f23ba183ea2314e555fa8..a611b1512155540784650d5d781ec51fbd41b5e9 100644 (file)
@@ -367,8 +367,10 @@ NTSTATUS unix_convert(TALLOC_CTX *ctx,
                      uint32_t ucf_flags);
 NTSTATUS check_name(connection_struct *conn,
                        const struct smb_filename *smb_fname);
-int get_real_filename(connection_struct *conn, const char *path,
-                     const char *name, TALLOC_CTX *mem_ctx,
+int get_real_filename(connection_struct *conn,
+                     const char *path,
+                     const char *name,
+                     TALLOC_CTX *mem_ctx,
                      char **found_name);
 char *get_original_lcomp(TALLOC_CTX *ctx,
                        connection_struct *conn,