4.1cBSD/usr/src/usr.lib/sendmail/include/userdbm.h

Compare this file to the similar file:
Show the results in this format:

/*
**  USERDBM.H -- user-level definitions for the DBM library
**
**	Version:
**		@(#)userdbm.h	3.1		10/13/82
*/

typedef struct
{
	char	*dptr;
	int	dsize;
} DATUM;

extern DATUM fetch();