No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / dict_mysql.h
blobac6d5fc30129563fe5e52ffbe0bd63fbf1b31a87
1 /* $NetBSD$ */
3 #ifndef _DICT_MYSQL_H_INCLUDED_
4 #define _DICT_MYSQL_H_INCLUDED_
6 /*++
7 /* NAME
8 /* dict_mysql 3h
9 /* SUMMARY
10 /* dictionary manager interface to mysql databases
11 /* SYNOPSIS
12 /* #include <dict_mysql.h>
13 /* DESCRIPTION
14 /* .nf
17 * Utility library.
19 #include <dict.h>
22 * External interface.
24 #define DICT_TYPE_MYSQL "mysql"
26 extern DICT *dict_mysql_open(const char *, int, int);
28 /* LICENSE
29 /* .ad
30 /* .fi
31 /* The Secure Mailer license must be distributed with this software.
32 /* AUTHOR(S)
33 /* Scott Cotton
34 /* IC Group, Inc.
35 /* scott@icgroup.com
37 /* Joshua Marcus
38 /* IC Group, Inc.
39 /* josh@icgroup.com
40 /*--*/
42 #endif