1 /* $NetBSD: match_parent_style.h,v 1.1.1.2 2013/01/02 18:58:59 tron Exp $ */ 2 3 #ifndef _MATCH_PARENT_STYLE_H_INCLUDED_ 4 #define _MATCH_PARENT_STYLE_H_INCLUDED_ 5 6 /*++ 7 /* NAME 8 /* match_parent_style 3h 9 /* SUMMARY 10 /* parent domain matching control 11 /* SYNOPSIS 12 /* #include <match_parent_style.h> 13 /* DESCRIPTION 14 /* .nf 15 16 /* 17 * Utility library. 18 */ 19 #include <match_list.h> 20 21 /* 22 * External interface. 23 */ 24 extern int match_parent_style(const char *); 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