mirror of
https://github.com/samba-team/samba.git
synced 2025-03-04 16:58:42 +03:00
r5614: fix proto for copy_fn() after changes to cli_list()
This commit is contained in:
parent
f952da9efb
commit
fb8e746ed6
@ -2792,7 +2792,7 @@ typedef struct copy_clistate {
|
||||
* @param state arg-pointer
|
||||
*
|
||||
**/
|
||||
static void copy_fn(file_info *f, const char *mask, void *state)
|
||||
static void copy_fn(const char *mnt, file_info *f, const char *mask, void *state)
|
||||
{
|
||||
NTSTATUS nt_status = NT_STATUS_UNSUCCESSFUL;
|
||||
struct copy_clistate *local_state = (struct copy_clistate *)state;
|
||||
|
Loading…
x
Reference in New Issue
Block a user