/*
**  Copyright (c) 2004 Sendmail, Inc. and its suppliers.
**    All rights reserved.
*/

#ifndef _RFC2822_H_
#define _RFC2822_H_

#ifndef lint
static char rfc2822_h_id[] = "@(#)$Id: rfc2822.h,v 1.1 2005/04/25 19:36:46 msk Exp $";
#endif /* !lint */

/* prototypes */
extern int rfc2822_mailbox_split __P((char *line, char **user_out,
                                      char **domain_out));

#endif /* ! _RFC2822_H_ */


syntax highlighted by Code2HTML, v. 0.9.1