1
0
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:
Gerald Carter 2005-03-02 03:24:40 +00:00 committed by Gerald (Jerry) Carter
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;