Sync usage with man page.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / dict_pgsql.h
blobe7068fb1e8a7b1bc1f8766feeccfd443c2e8128d
1 /* $NetBSD$ */
3 #ifndef _DICT_PGSQL_INCLUDED_
4 #define _DICT_PGSQL_INCLUDED_
6 /*++
7 /* NAME
8 /* dict_pgsql 3h
9 /* SUMMARY
10 /* dictionary manager interface to Postgresql files
11 /* SYNOPSIS
12 /* #include <dict_pgsql.h>
13 /* DESCRIPTION
14 /* .nf
17 * Utility library.
19 #include <dict.h>
22 * External interface.
24 #define DICT_TYPE_PGSQL "pgsql"
26 extern DICT *dict_pgsql_open(const char *name, int unused_flags, int dict_flags);
28 /* AUTHOR(S)
29 /* Aaron Sethman
30 /* androsyn@ratbox.org
32 /* Based upon dict_mysql.c by
34 /* Scott Cotton
35 /* IC Group, Inc.
36 /* scott@icgroup.com
38 /* Joshua Marcus
39 /* IC Group, Inc.
40 /* josh@icgroup.com
41 /*--*/
43 #endif