svn commit: samba r23077 - in branches: SAMBA_3_0/source/lib SAMBA_3_0_26/source/lib

vlendec at samba.org vlendec at samba.org
Tue May 22 14:31:27 GMT 2007


Author: vlendec
Date: 2007-05-22 14:31:26 +0000 (Tue, 22 May 2007)
New Revision: 23077

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

Log:
Minor cleanup

Modified:
   branches/SAMBA_3_0/source/lib/messages.c
   branches/SAMBA_3_0_26/source/lib/messages.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/messages.c
===================================================================
--- branches/SAMBA_3_0/source/lib/messages.c	2007-05-22 14:13:58 UTC (rev 23076)
+++ branches/SAMBA_3_0/source/lib/messages.c	2007-05-22 14:31:26 UTC (rev 23077)
@@ -82,10 +82,6 @@
 	sys_select_signal(SIGUSR1);
 }
 
-static NTSTATUS messaging_tdb_send(TDB_CONTEXT *msg_tdb,
-				   struct server_id pid, int msg_type,
-				   const void *buf, size_t len);
-
 /****************************************************************************
  A useful function for testing the message system.
 ****************************************************************************/

Modified: branches/SAMBA_3_0_26/source/lib/messages.c
===================================================================
--- branches/SAMBA_3_0_26/source/lib/messages.c	2007-05-22 14:13:58 UTC (rev 23076)
+++ branches/SAMBA_3_0_26/source/lib/messages.c	2007-05-22 14:31:26 UTC (rev 23077)
@@ -82,10 +82,6 @@
 	sys_select_signal(SIGUSR1);
 }
 
-static NTSTATUS messaging_tdb_send(TDB_CONTEXT *msg_tdb,
-				   struct server_id pid, int msg_type,
-				   const void *buf, size_t len);
-
 /****************************************************************************
  A useful function for testing the message system.
 ****************************************************************************/



More information about the samba-cvs mailing list