xref: /csrg-svn/old/sdb/old.h (revision 7777)
1*7777Srrh /* "@(#)old.h 4.2 08/17/82" */
21341Sbill #ifndef VMUNIX
31341Sbill struct brbuf {
41341Sbill 	int	nl, nr;
51341Sbill 	char	*next;
61341Sbill 	char	b[1024];
71341Sbill 	int	fd;
81341Sbill };
91341Sbill long lseek();
101341Sbill #endif
11