1 /* $NetBSD: normalize_mailhost_addr.h,v 1.2 2020/03/18 19:05:16 christos Exp $ */ 2 3 #ifndef _NORMALIZE_MAILHOST_ADDR_H_INCLUDED_ 4 #define _NORMALIZE_MAILHOST_ADDR_H_INCLUDED_ 5 6 /*++ 7 /* NAME 8 /* normalize_mailhost_addr 3h 9 /* SUMMARY 10 /* normalize mailhost address string representation 11 /* SYNOPSIS 12 /* #include <normalize_mailhost_addr.h> 13 /* DESCRIPTION 14 /* .nf 15 16 /* 17 * External interface. 18 */ 19 extern int normalize_mailhost_addr(const char *, char **, char **, int *); 20 21 /* LICENSE 22 /* .ad 23 /* .fi 24 /* The Secure Mailer license must be distributed with this software. 25 /* AUTHOR(S) 26 /* Wietse Venema 27 /* Google, Inc. 28 /* 111 8th Avenue 29 /* New York, NY 10011, USA 30 /*--*/ 31 32 #endif 33