blob: 59c796e840e5e186be0b5403b436d643f08747c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
#ifndef _MATCH_PARENT_STYLE_H_INCLUDED_
#define _MATCH_PARENT_STYLE_H_INCLUDED_
/*++
/* NAME
/* match_parent_style 3h
/* SUMMARY
/* parent domain matching control
/* SYNOPSIS
/* #include <match_parent_style.h>
/* DESCRIPTION
/* .nf
/*
* Utility library.
*/
#include <match_list.h>
/*
* External interface.
*/
extern int match_parent_style(const char *);
/* LICENSE
/* .ad
/* .fi
/* The Secure Mailer license must be distributed with this software.
/* AUTHOR(S)
/* Wietse Venema
/* IBM T.J. Watson Research
/* P.O. Box 704
/* Yorktown Heights, NY 10598, USA
/*--*/
#endif
|