svn commit: samba r5614 - in branches/SAMBA_3_0/source/utils: .

jerry at samba.org jerry at samba.org
Wed Mar 2 03:24:40 GMT 2005


Author: jerry
Date: 2005-03-02 03:24:40 +0000 (Wed, 02 Mar 2005)
New Revision: 5614

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5614

Log:
fix proto for copy_fn() after changes to cli_list()
Modified:
   branches/SAMBA_3_0/source/utils/net_rpc.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_rpc.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_rpc.c	2005-03-02 03:23:09 UTC (rev 5613)
+++ branches/SAMBA_3_0/source/utils/net_rpc.c	2005-03-02 03:24:40 UTC (rev 5614)
@@ -2792,7 +2792,7 @@
  * @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;



More information about the samba-cvs mailing list