Put the WT_CURSOR public methods in alphabetical order.

This commit is contained in:
Keith Bostic
2015-01-16 15:01:36 -05:00
parent f91fbc7bcc
commit 2894268cca
3 changed files with 15 additions and 15 deletions

View File

@@ -13,8 +13,8 @@ COPYDOC(__wt_cursor, WT_CURSOR, search_near)
COPYDOC(__wt_cursor, WT_CURSOR, insert)
COPYDOC(__wt_cursor, WT_CURSOR, update)
COPYDOC(__wt_cursor, WT_CURSOR, remove)
COPYDOC(__wt_cursor, WT_CURSOR, reconfigure)
COPYDOC(__wt_cursor, WT_CURSOR, close)
COPYDOC(__wt_cursor, WT_CURSOR, reconfigure)
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)