qulogic/libgnt

Add doc note about removed prototypes.

2019-08-28, Elliott Sales de Andrade
495b78cbcbf9
Parents bd08679f1603
Children f8bee3b3600f
Add doc note about removed prototypes.
--- a/doc/migrating-2to3.xml Wed Aug 28 20:39:28 2019 -0400
+++ b/doc/migrating-2to3.xml Wed Aug 28 20:45:14 2019 -0400
@@ -110,6 +110,12 @@
<listitem>
<code>GDupFunc</code> renamed to #GntDuplicateFunc
</listitem>
+ <listitem>
+ <code>GntTreeHashFunc</code> removed in favor of #GHashFunc
+ </listitem>
+ <listitem>
+ <code>GntTreeHashEqualityFunc</code> removed in favor of #GEqualFunc
+ </listitem>
</itemizedlist>
</para>
</section>