W/o __P, the internal declarations will all fit on one line.
This commit is contained in:
parent
5cdf02dbe0
commit
15164b99cc
@ -51,13 +51,10 @@ __FBSDID("$FreeBSD$");
|
||||
#include "btree.h"
|
||||
|
||||
static int bt_broot(BTREE *, PAGE *, PAGE *, PAGE *);
|
||||
static PAGE *bt_page
|
||||
(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
|
||||
static PAGE *bt_page (BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
|
||||
static int bt_preserve(BTREE *, pgno_t);
|
||||
static PAGE *bt_psplit
|
||||
(BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t);
|
||||
static PAGE *bt_root
|
||||
(BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
|
||||
static PAGE *bt_psplit (BTREE *, PAGE *, PAGE *, PAGE *, indx_t *, size_t);
|
||||
static PAGE *bt_root (BTREE *, PAGE *, PAGE **, PAGE **, indx_t *, size_t);
|
||||
static int bt_rroot(BTREE *, PAGE *, PAGE *, PAGE *);
|
||||
static recno_t rec_total(PAGE *);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user