Sync usage with man page.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / util / dict_ht.h
blobdefa271a29c80d140a26926702d6785739ffaf4a
1 /* $NetBSD$ */
3 #ifndef _DICT_HT_H_INCLUDED_
4 #define _DICT_HT_H_INCLUDED_
6 /*++
7 /* NAME
8 /* dict_ht 3h
9 /* SUMMARY
10 /* dictionary manager interface to hash tables
11 /* SYNOPSIS
12 /* #include <dict_ht.h>
13 /* DESCRIPTION
14 /* .nf
17 * Utility library.
19 #include <htable.h>
20 #include <dict.h>
23 * External interface.
25 #define DICT_TYPE_HT "internal"
27 extern DICT *dict_ht_open(const char *, HTABLE *, void (*) (char *));
29 /* LICENSE
30 /* .ad
31 /* .fi
32 /* The Secure Mailer license must be distributed with this software.
33 /* AUTHOR(S)
34 /* Wietse Venema
35 /* IBM T.J. Watson Research
36 /* P.O. Box 704
37 /* Yorktown Heights, NY 10598, USA
38 /*--*/
40 #endif