Fix a function name typo, update auto-generated files.

This commit is contained in:
Keith Bostic
2015-01-12 11:08:19 -05:00
parent f28cef19f4
commit 56865ca8ec
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ COPYDOC(__wt_cursor, WT_CURSOR, get_value)
COPYDOC(__wt_cursor, WT_CURSOR, set_key)
COPYDOC(__wt_cursor, WT_CURSOR, set_value)
COPYDOC(__wt_cursor, WT_CURSOR, compare)
COPYDOC(__wt_cursor, WT_CURSOR, compare_equal)
COPYDOC(__wt_cursor, WT_CURSOR, next)
COPYDOC(__wt_cursor, WT_CURSOR, prev)
COPYDOC(__wt_cursor, WT_CURSOR, reset)