xref: /netbsd-src/external/ibm-public/postfix/dist/src/global/mail_parm_split.h (revision e89934bbf778a6d6d6894877c4da59d0c7835b0f)
1 /*	$NetBSD: mail_parm_split.h,v 1.2 2017/02/14 01:16:45 christos Exp $	*/
2 
3 #ifndef _MAIL_PARM_SPLIT_H_INCLUDED_
4 #define _MAIL_PARM_SPLIT_H_INCLUDED_
5 
6 /*++
7 /* NAME
8 /*	mail_parm_split 3h
9 /* SUMMARY
10 /*	split parameter list value
11 /* SYNOPSIS
12 /*	#include <mail_parm_split.h>
13 /* DESCRIPTION
14 /* .nf
15 
16 #endif
17 
18  /*
19   * Utility library.
20   */
21 #include <argv.h>
22 
23  /*
24   * External interface. For consistency, the separator and grouping character
25   * sets are not passed as parameters.
26   */
27 extern ARGV *mail_parm_split(const char *, const char *);
28 
29 /* LICENSE
30 /* .ad
31 /* .fi
32 /*	The Secure Mailer license must be distributed with this software.
33 /* AUTHOR(S)
34 /*	Wietse Venema
35 /*	IBM T.J. Watson Research
36 /*	P.O. Box 704
37 /*	Yorktown Heights, NY 10598, USA
38 /*--*/
39 
40 #endif
41