summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/btree/bt_get.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/btree/bt_get.c')
-rw-r--r--lib/libc/db/btree/bt_get.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libc/db/btree/bt_get.c b/lib/libc/db/btree/bt_get.c
index 95d8e00..77fae30 100644
--- a/lib/libc/db/btree/bt_get.c
+++ b/lib/libc/db/btree/bt_get.c
@@ -58,11 +58,7 @@ __FBSDID("$FreeBSD$");
* RET_ERROR, RET_SUCCESS and RET_SPECIAL if the key not found.
*/
int
-__bt_get(dbp, key, data, flags)
- const DB *dbp;
- const DBT *key;
- DBT *data;
- u_int flags;
+__bt_get(const DB *dbp, const DBT *key, DBT *data, u_int flags)
{
BTREE *t;
EPG *e;
OpenPOWER on IntegriCloud