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