xref: /netbsd-src/external/ibm-public/postfix/dist/src/util/dir_forest.h (revision 41fbaed053f8fbfdf9d2a4ee0a7386a3c83f8505)
1 /*	$NetBSD: dir_forest.h,v 1.1.1.1 2009/06/23 10:08:59 tron Exp $	*/
2 
3 #ifndef _DIR_FOREST_H_INCLUDED_
4 #define _DIR_FOREST_H_INCLUDED_
5 
6 /*++
7 /* NAME
8 /*	dir_forest 3h
9 /* SUMMARY
10 /*	file name to directory forest
11 /* SYNOPSIS
12 /*	#include <dir_forest.h>
13 /* DESCRIPTION
14 /* .nf
15 
16  /*
17   * Utility library.
18   */
19 #include <vstring.h>
20 
21  /*
22   * External interface.
23   */
24 extern char *dir_forest(VSTRING *, 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