[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Sat Oct 30 07:44:58 MDT 2010


The branch, master has been updated
       via  23b5880 talloc.3: Remove documentation for deprecated talloc_append_string, consistent with other deprecated functionality.
      from  b4ba669 s4-smbd: initialise process models in smbtorture before use

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 23b58804ba8ab2bb190758df283eacf3ec5d8787
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sat Oct 30 15:42:41 2010 +0200

    talloc.3: Remove documentation for deprecated talloc_append_string,
    consistent with other deprecated functionality.

-----------------------------------------------------------------------

Summary of changes:
 lib/talloc/talloc.3.xml |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/talloc/talloc.3.xml b/lib/talloc/talloc.3.xml
index 1d5476b..a327922 100644
--- a/lib/talloc/talloc.3.xml
+++ b/lib/talloc/talloc.3.xml
@@ -645,17 +645,6 @@ if (ptr) memcpy(ptr, p, strlen(p)+1);</programlisting>
         </para>
         <programlisting>talloc_set_name_const(ptr, ptr)</programlisting>
     </refsect2>
-    <refsect2><title>char *talloc_append_string(const void *<emphasis role="italic">t</emphasis>, char *<emphasis role="italic">orig</emphasis>, const char *<emphasis role="italic">append</emphasis>);</title>
-        <para>
-	  The talloc_append_string() function appends the given formatted
-	  string to the given string.
-        </para>
-        <para>
-	  This function sets the name of the new pointer to the new
-	  string. This is equivalent to:
-        </para>
-        <programlisting>talloc_set_name_const(ptr, ptr)</programlisting>
-    </refsect2>
     <refsect2><title>char *talloc_vasprintf(const void *<emphasis role="italic">t</emphasis>, const char *<emphasis role="italic">fmt</emphasis>, va_list <emphasis role="italic">ap</emphasis>);</title>
         <para>
 	  The talloc_vasprintf() function is the talloc equivalent of the C


-- 
Samba Shared Repository


More information about the samba-cvs mailing list