mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 12:02:10 -05:00
no longer requiring a configure option. To
disable it, use "configure --without-dlopen".
Driver also supported on win32. [RT #23467]
20 lines
247 B
Modula-2
20 lines
247 B
Modula-2
LIBRARY dxdriver
|
|
|
|
; Exported Functions
|
|
EXPORTS
|
|
dlz_addrdataset
|
|
dlz_allnodes
|
|
dlz_allowzonexfr
|
|
dlz_closeversion
|
|
dlz_configure
|
|
dlz_create
|
|
dlz_delrdataset
|
|
dlz_destroy
|
|
dlz_findzonedb
|
|
dlz_lookup
|
|
dlz_newversion
|
|
dlz_ssumatch
|
|
dlz_subrdataset
|
|
dlz_version
|
|
|
|
|