xref: /csrg-svn/lib/libc/db/recno/recno.h (revision 51094)
1*51094Sbostic /*-
2*51094Sbostic  * Copyright (c) 1991 The Regents of the University of California.
3*51094Sbostic  * All rights reserved.
4*51094Sbostic  *
5*51094Sbostic  * %sccs.include.redist.c%
6*51094Sbostic  *
7*51094Sbostic  *	@(#)recno.h	5.1 (Berkeley) 09/11/91
8*51094Sbostic  */
9*51094Sbostic 
10*51094Sbostic enum SRCHOP { SDELETE, SINSERT, SEARCH};	/* Rec_search operation. */
11*51094Sbostic 
12*51094Sbostic #include "../btree/btree.h"
13*51094Sbostic #include "extern.h"
14