dtinfo: Change to ANSI function definitions
This commit is contained in:
@@ -94,10 +94,7 @@ static char sccsid[] = "@(#)bt_stack.c 8.1 (Berkeley) 6/4/93";
|
||||
* RET_ERROR, RET_SUCCESS
|
||||
*/
|
||||
int
|
||||
__bt_push(t, pgno, index)
|
||||
BTREE *t;
|
||||
pgno_t pgno;
|
||||
int index;
|
||||
__bt_push(BTREE *t, pgno_t pgno, int index)
|
||||
{
|
||||
if (t->bt_sp == t->bt_maxstack) {
|
||||
t->bt_maxstack += 50;
|
||||
|
||||
Reference in New Issue
Block a user