svn commit: samba r13703 - in trunk/source/passdb: .

jra at samba.org jra at samba.org
Mon Feb 27 02:03:10 GMT 2006


Author: jra
Date: 2006-02-27 02:03:09 +0000 (Mon, 27 Feb 2006)
New Revision: 13703

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

Log:
Ensure this has a prototype...
Jeremy.

Modified:
   trunk/source/passdb/pdb_interface.c


Changeset:
Modified: trunk/source/passdb/pdb_interface.c
===================================================================
--- trunk/source/passdb/pdb_interface.c	2006-02-27 01:57:35 UTC (rev 13702)
+++ trunk/source/passdb/pdb_interface.c	2006-02-27 02:03:09 UTC (rev 13703)
@@ -213,7 +213,7 @@
 	return pdb;
 }
 
-static struct pdb_methods *pdb_get_methods()
+static struct pdb_methods *pdb_get_methods(void)
 {
 	return pdb_get_methods_reload(False);
 }



More information about the samba-cvs mailing list