From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/installation/compare_func.html | 84 +++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 docs/installation/compare_func.html (limited to 'docs/installation/compare_func.html') diff --git a/docs/installation/compare_func.html b/docs/installation/compare_func.html new file mode 100644 index 00000000..8aaaf400 --- /dev/null +++ b/docs/installation/compare_func.html @@ -0,0 +1,84 @@ + + + + + + Comparison Function Signature Change + + + + + + + + + +
+
+
+
+

Comparison Function Signature Change

+
+
+
+

+ A new parameter has been added to the comparison + callback set by the following methods: +

+ +

+ The new parameter is the + locp parameter, and it is the last + parameter required in the callback's signature. It is + intended for internal use only. In customer code, the + parameter must be set to NULL. +

+
+ + + -- cgit v1.2.1