xref: /netbsd-src/external/ibm-public/postfix/dist/src/util/clean_env.h (revision 33881f779a77dce6440bdc44610d94de75bebefe)
1 /*	$NetBSD: clean_env.h,v 1.2 2020/03/18 19:05:21 christos Exp $	*/
2 
3 #ifndef _CLEAN_ENV_H_INCLUDED_
4 #define _CLEAN_ENV_H_INCLUDED_
5 
6 /*++
7 /* NAME
8 /*	clean_env 3h
9 /* SUMMARY
10 /*	clean up the environment
11 /* SYNOPSIS
12 /*	#include <clean_env.h>
13 /* DESCRIPTION
14 /* .nf
15 
16  /*
17   * External interface.
18   */
19 extern void clean_env(char **);
20 extern void update_env(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 /*	IBM T.J. Watson Research
29 /*	P.O. Box 704
30 /*	Yorktown Heights, NY 10598, USA
31 /*
32 /*	Wietse Venema
33 /*	Google, Inc.
34 /*	111 8th Avenue
35 /*	New York, NY 10011, USA
36 /*--*/
37 
38 #endif
39