--- src/lib/libc/db/recno/rec_search.c 2005/09/19 09:20:37 1.4 +++ src/lib/libc/db/recno/rec_search.c 2005/11/12 23:01:55 1.5 @@ -56,10 +56,7 @@ * the bt_cur field of the tree. A pointer to the field is returned. */ EPG * -__rec_search(t, recno, op) - BTREE *t; - recno_t recno; - enum SRCHOP op; +__rec_search(BTREE *t, recno_t recno, enum SRCHOP op) { indx_t index; PAGE *h;