diff options
Diffstat (limited to 'lib/bind9/win32/libbind9.def')
-rw-r--r-- | lib/bind9/win32/libbind9.def | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/bind9/win32/libbind9.def b/lib/bind9/win32/libbind9.def new file mode 100644 index 0000000..b9a14ad --- /dev/null +++ b/lib/bind9/win32/libbind9.def @@ -0,0 +1,8 @@ +LIBRARY libbind9 + +; Exported Functions +EXPORTS +bind9_check_namedconf +bind9_check_key +bind9_getaddresses + |