Fix order of original cursor functions.

This commit is contained in:
Keith Bostic
2014-12-22 16:43:46 -05:00
parent a32c46025c
commit 94b9c2774d
2 changed files with 2 additions and 2 deletions

View File

@@ -16,8 +16,8 @@ COPYDOC(__wt_cursor, WT_CURSOR, remove)
COPYDOC(__wt_cursor, WT_CURSOR, reconfigure)
COPYDOC(__wt_cursor, WT_CURSOR, close)
COPYDOC(__wt_cursor, WT_CURSOR, insert_orig)
COPYDOC(__wt_cursor, WT_CURSOR, remove_orig)
COPYDOC(__wt_cursor, WT_CURSOR, update_orig)
COPYDOC(__wt_cursor, WT_CURSOR, remove_orig)
COPYDOC(__wt_async_op, WT_ASYNC_OP, get_key)
COPYDOC(__wt_async_op, WT_ASYNC_OP, get_value)
COPYDOC(__wt_async_op, WT_ASYNC_OP, set_key)