diff options
author | Martin Nagy <mnagy@redhat.com> | 2009-02-11 20:37:59 +0100 |
---|---|---|
committer | Martin Nagy <mnagy@redhat.com> | 2009-02-11 20:37:59 +0100 |
commit | f50ae72ec3417cae55dd4e085991c01af9fdc5f1 (patch) | |
tree | 0e36c9a3320f6d068df93d3ff6d84b821d23db40 /lib/bind9/win32/libbind9.def | |
download | bind_dynamic-start.tar.gz bind_dynamic-start.tar.xz bind_dynamic-start.zip |
Initial commitstart
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 + |