summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/btree
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-22 09:22:15 +0000
committerobrien <obrien@FreeBSD.org>2002-03-22 09:22:15 +0000
commite2881f49cc545371650e022bf57db9fee6d9f8c9 (patch)
tree940c5b6971ca7a1e0ccd4772f07ad6694c595c70 /lib/libc/db/btree
parent700cd85b2e27d1f9b06fa6fea221100cc8d47e6f (diff)
downloadFreeBSD-src-e2881f49cc545371650e022bf57db9fee6d9f8c9.zip
FreeBSD-src-e2881f49cc545371650e022bf57db9fee6d9f8c9.tar.gz
Remove multi-line __P() usage.
Diffstat (limited to 'lib/libc/db/btree')
-rw-r--r--lib/libc/db/btree/extern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/db/btree/extern.h b/lib/libc/db/btree/extern.h
index e9def6d..a151acc 100644
--- a/lib/libc/db/btree/extern.h
+++ b/lib/libc/db/btree/extern.h
@@ -53,8 +53,8 @@ int __bt_ret(BTREE *, EPG *, DBT *, DBT *, DBT *, DBT *, int);
EPG *__bt_search(BTREE *, const DBT *, int *);
int __bt_seq(const DB *, DBT *, DBT *, u_int);
void __bt_setcur(BTREE *, pgno_t, u_int);
-int __bt_split __P((BTREE *, PAGE *,
- const DBT *, const DBT *, int, size_t, u_int32_t));
+int __bt_split(BTREE *, PAGE *,
+ const DBT *, const DBT *, int, size_t, u_int32_t);
int __bt_sync(const DB *, u_int);
int __ovfl_delete(BTREE *, void *);
OpenPOWER on IntegriCloud