chiark / gitweb /
adns_str* etc.: Permit calling on adns_s_* values (not _max_)
[adns.git] / src / adns.h
index b8072eeb77b37c9b288eb4ba3615799c369c4507..ba44b06c972add406a5c565d6aae008f1c1bb244 100644 (file)
@@ -1089,7 +1089,9 @@ const char *adns_errtypeabbrev(adns_status st);
  *
  * If you call these functions with status values not actually
  * returned from other functions in the same adns library, the
- * returned information may be NULL.
+ * returned information may be NULL.  (You are also guaranteed
+ * that the return value will not be NULL for values in the
+ * adns_status enum, *except* for adns_s_max_XXXX.)
  */
 
 #ifdef __cplusplus