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