r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface
[samba.git] / source4 / lib / talloc / talloc.3.xml
index 76b54ddb8018ff8ef8145d2ea0ed24b1540c9699..2400fef2dc55bc176ba460c194ceb179644da7ef 100644 (file)
@@ -387,7 +387,7 @@ talloc_realloc(ctx, ptr, type, 0)  ==> talloc_free(ptr);</programlisting>
          data if you do this.
         </para>
     </refsect2>
-    <refsect2><title>TYPE *talloc_move(const void *<emphasis role="italic">new_ctx</emphasis>, TYPE *<emphasis role="italic">ptr</emphasis>);</title>
+    <refsect2><title>TYPE *talloc_move(const void *<emphasis role="italic">new_ctx</emphasis>, TYPE **<emphasis role="italic">ptr</emphasis>);</title>
         <para>
          The talloc_move() function is a wrapper around
          talloc_steal() which zeros the source pointer after the