xref: /netbsd-src/external/ibm-public/postfix/dist/src/util/valid_utf8_hostname.h (revision e89934bbf778a6d6d6894877c4da59d0c7835b0f)
1 /*	$NetBSD: valid_utf8_hostname.h,v 1.2 2017/02/14 01:16:49 christos Exp $	*/
2 
3 #ifndef _VALID_UTF8_HOSTNAME_H_INCLUDED_
4 #define _VALID_UTF8_HOSTNAME_H_INCLUDED_
5 
6 /*++
7 /* NAME
8 /*	valid_utf8_hostname 3h
9 /* SUMMARY
10 /*	validate (maybe UTF-8) domain name
11 /* SYNOPSIS
12 /*	#include <valid_utf8_hostname.h>
13 /* DESCRIPTION
14 /* .nf
15 
16  /*
17   * Utility library.
18   */
19 #include <valid_hostname.h>
20 
21  /*
22   * External interface
23   */
24 extern int valid_utf8_hostname(int, const char *, int);
25 
26 /* LICENSE
27 /* .ad
28 /* .fi
29 /*	The Secure Mailer license must be distributed with this software.
30 /* AUTHOR(S)
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