svn commit: samba r5698 - in trunk/source/printing: .

gd at samba.org gd at samba.org
Tue Mar 8 22:42:33 GMT 2005


Author: gd
Date: 2005-03-08 22:42:32 +0000 (Tue, 08 Mar 2005)
New Revision: 5698

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

Log:
fix the build.

Guenther

Modified:
   trunk/source/printing/nt_printing.c


Changeset:
Modified: trunk/source/printing/nt_printing.c
===================================================================
--- trunk/source/printing/nt_printing.c	2005-03-08 22:24:47 UTC (rev 5697)
+++ trunk/source/printing/nt_printing.c	2005-03-08 22:42:32 UTC (rev 5698)
@@ -2404,7 +2404,7 @@
  Allocate and initialize a new slot.
 ***************************************************************************/
  
-static int add_new_printer_key( NT_PRINTER_DATA *data, const char *name )
+int add_new_printer_key( NT_PRINTER_DATA *data, const char *name )
 {
 	NT_PRINTER_KEY	*d;
 	int		key_index;



More information about the samba-cvs mailing list