xref: /csrg-svn/old/sdb/old.h (revision 1341)
1*1341Sbill /* "@(#)old.h 4.1 10/09/80" */
2*1341Sbill #ifndef VMUNIX
3*1341Sbill struct brbuf {
4*1341Sbill 	int	nl, nr;
5*1341Sbill 	char	*next;
6*1341Sbill 	char	b[1024];
7*1341Sbill 	int	fd;
8*1341Sbill };
9*1341Sbill long lseek();
10*1341Sbill #endif
11