1 #ifndef _MAIL_RUN_H_INCLUDED_
2 #define _MAIL_RUN_H_INCLUDED_
3 
4 /*++
5 /* NAME
6 /*	mail_run 3h
7 /* SUMMARY
8 /*	run mail component program
9 /* SYNOPSIS
10 /*	#include <mail_run.h>
11 /* DESCRIPTION
12 /* .nf
13 
14  /* External interface. */
15 
16 extern int mail_run_foreground(const char *, char **);
17 extern int mail_run_background(const char *, char **);
18 extern NORETURN mail_run_replace(const char *, 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 /*	IBM T.J. Watson Research
27 /*	P.O. Box 704
28 /*	Yorktown Heights, NY 10598, USA
29 /*--*/
30 
31 #endif
32