W/o __P, the internal declarations will all fit on one line.

This commit is contained in:
David E. O'Brien 2002-03-23 18:22:40 +00:00
parent 5cdf02dbe0
commit 15164b99cc

View File

@ -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 *);