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

tridge at samba.org tridge at samba.org
Thu Feb 10 05:06:43 GMT 2005


Author: tridge
Date: 2005-02-10 05:06:41 +0000 (Thu, 10 Feb 2005)
New Revision: 5297

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

Log:
ensure pstring is not in the generated prototypes 


Modified:
   branches/SAMBA_4_0/source/lib/charcnv.c
   branches/SAMBA_4_0/source/lib/util.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/charcnv.c
===================================================================
--- branches/SAMBA_4_0/source/lib/charcnv.c	2005-02-10 03:48:43 UTC (rev 5296)
+++ branches/SAMBA_4_0/source/lib/charcnv.c	2005-02-10 05:06:41 UTC (rev 5297)
@@ -508,11 +508,6 @@
 	return src_len;
 }
 
-ssize_t pull_ucs2_pstring(char *dest, const void *src)
-{
-	return pull_ucs2(dest, src, sizeof(pstring), -1, STR_TERMINATE);
-}
-
 /**
  * Copy a string from a UCS2 src to a unix char * destination, allocating a buffer using talloc
  *

Modified: branches/SAMBA_4_0/source/lib/util.c
===================================================================
--- branches/SAMBA_4_0/source/lib/util.c	2005-02-10 03:48:43 UTC (rev 5296)
+++ branches/SAMBA_4_0/source/lib/util.c	2005-02-10 05:06:41 UTC (rev 5297)
@@ -310,7 +310,7 @@
  Get my own domain name.
 ****************************************************************************/
 
-BOOL get_mydomname(fstring my_domname)
+BOOL get_mydomname(char *my_domname)
 {
 	pstring hostname;
 	char *p;



More information about the samba-cvs mailing list