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