diff options
Diffstat (limited to 'lib/rules/api.h')
-rw-r--r-- | lib/rules/api.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rules/api.h b/lib/rules/api.h index 16365ce1..7e2dd138 100644 --- a/lib/rules/api.h +++ b/lib/rules/api.h @@ -22,6 +22,8 @@ void kr_rules_deinit(void); /** Try answering the query from local data. * + * \return kr_error(): notably -ENOENT or 0 + * * FIXME: we probably want to ensure AA flags in answer as appropriate. * Perhaps approach it like AD? Tweak flags in ranked_rr_array_entry * and at the end decide whether to set AA=1? |