xref: /csrg-svn/lib/libc/db/recno/recno.h (revision 61207)
151094Sbostic /*-
2*61207Sbostic  * Copyright (c) 1991, 1993
3*61207Sbostic  *	The Regents of the University of California.  All rights reserved.
451094Sbostic  *
551094Sbostic  * %sccs.include.redist.c%
651094Sbostic  *
7*61207Sbostic  *	@(#)recno.h	8.1 (Berkeley) 06/04/93
851094Sbostic  */
951094Sbostic 
1051094Sbostic enum SRCHOP { SDELETE, SINSERT, SEARCH};	/* Rec_search operation. */
1151094Sbostic 
1251094Sbostic #include "../btree/btree.h"
1351094Sbostic #include "extern.h"
14