Parcourir la source

added a README about dns/util.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac256@2488 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya il y a 15 ans
Parent
commit
519fad4942
1 fichiers modifiés avec 12 ajouts et 0 suppressions
  1. 12 0
      src/lib/dns/util/README

+ 12 - 0
src/lib/dns/util/README

@@ -0,0 +1,12 @@
+This "util" directory is provided for utility header files and
+implementations that are internally used in the DNS library
+(libdns++).
+
+The header files in this directory are not intended to be installed.
+Likewise, classes and public functions defined in this directory are
+not intended to be used outside libdns++, although we cannot prohibit
+it at the language level.
+
+They are not even expected to be used in other modules of BIND 10 than
+libdns++.  Although there seem to be some violations as of this
+writing, we should eventually fix it.