xref: /netbsd-src/external/ibm-public/postfix/dist/src/util/midna_domain.h (revision 5dd36a3bc8bf2a9dec29ceb6349550414570c447)
1 /*	$NetBSD: midna_domain.h,v 1.2 2017/02/14 01:16:49 christos Exp $	*/
2 
3 #ifndef _MIDNA_H_INCLUDED_
4 #define _MIDNA_H_INCLUDED_
5 
6 /*++
7 /* NAME
8 /*	midna_domain 3h
9 /* SUMMARY
10 /*	ASCII/UTF-8 domain name conversion
11 /* SYNOPSIS
12 /*	#include <midna_domain.h>
13 /* DESCRIPTION
14 /* .nf
15 
16  /*
17   * External interface.
18   */
19 extern const char *midna_domain_to_ascii(const char *);
20 extern const char *midna_domain_to_utf8(const char *);
21 extern const char *midna_domain_suffix_to_ascii(const char *);
22 extern const char *midna_domain_suffix_to_utf8(const char *);
23 
24 /* LICENSE
25 /* .ad
26 /* .fi
27 /*	The Secure Mailer license must be distributed with this software.
28 /* AUTHOR(S)
29 /*	Arnt Gulbrandsen
30 /*
31 /*	Wietse Venema
32 /*	IBM T.J. Watson Research
33 /*	P.O. Box 704
34 /*	Yorktown Heights, NY 10598, USA
35 /*--*/
36 
37 #endif
38