svn commit: samba r2308 - in branches/SAMBA_4_0/source/lib: .

tridge at samba.org tridge at samba.org
Mon Sep 13 05:01:15 GMT 2004


Author: tridge
Date: 2004-09-13 05:01:15 +0000 (Mon, 13 Sep 2004)
New Revision: 2308

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/lib&rev=2308&nolog=1

Log:
make talloc_vasprintf() available outside talloc.c





Modified:
   branches/SAMBA_4_0/source/lib/talloc.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc.c
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc.c	2004-09-13 04:28:10 UTC (rev 2307)
+++ branches/SAMBA_4_0/source/lib/talloc.c	2004-09-13 05:01:15 UTC (rev 2308)
@@ -395,8 +395,7 @@
 	return ret;
 }
 
-static char *talloc_vasprintf(void *t, const char *fmt, va_list ap) PRINTF_ATTRIBUTE(2,0);
-static char *talloc_vasprintf(void *t, const char *fmt, va_list ap)
+char *talloc_vasprintf(void *t, const char *fmt, va_list ap)
 {	
 	int len;
 	char *ret;



More information about the samba-cvs mailing list