Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / bind / dist / contrib / dbus / dbus_mgr.h
blob38697ab9dfbe9d1939f8c7d9cf5ab19d8971867f
1 /* $NetBSD$ */
3 /* dbus_mgr.h
5 * named module to provide dynamic forwarding zones in
6 * response to D-BUS dhcp events
8 * Copyright(C) Jason Vas Dias, Red Hat Inc., 2005
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation at
13 * http://www.fsf.org/licensing/licenses/gpl.txt
14 * and included in this software distribution as the "LICENSE" file.
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
22 extern isc_result_t
23 dbus_mgr_create
24 ( isc_mem_t *mctx,
25 isc_taskmgr_t *taskmgr,
26 isc_socketmgr_t *socketmgr,
27 isc_timermgr_t *timermgr,
28 ns_dbus_mgr_t **dbus_mgr
31 extern void
32 dbus_mgr_shutdown
33 ( ns_dbus_mgr_t *dus_mgr_t