/*
* Copyright (c) 2001-2002 Proofpoint, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*
* $Id: mbdb.h,v 1.7 2013-11-22 20:51:31 ca Exp $
*/
#ifndef SM_MBDB_H
# define SM_MBDB_H
#include <pwd.h>
/*
** This is an abstract interface for looking up local mail recipients.
*/
typedef struct
{
} SM_MBDB_T;
extern int sm_mbdb_initialize __P((char *));
extern void sm_mbdb_terminate __P((void));
#endif /* ! SM_MBDB_H */