From: Vladimír Čunát Date: Tue, 30 Oct 2018 09:48:10 +0000 (+0100) Subject: engine kr_prop_cb: link to implementation details X-Git-Tag: v3.2.0~29^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dac77c7cb18dd14d2b278645edc93cb0c6051ec6;p=thirdparty%2Fknot-resolver.git engine kr_prop_cb: link to implementation details --- diff --git a/lib/module.h b/lib/module.h index 74acf6015..295c1f9ba 100644 --- a/lib/module.h +++ b/lib/module.h @@ -70,6 +70,7 @@ struct kr_module { * @param env pointer to the lua engine, i.e. struct engine *env (TODO: explicit type) * @param input parameter (NULL if missing/nil on lua level) * @return a free-form JSON output (malloc-ated) + * @note see l_trampoline() implementation for details about the input/output conversion. */ typedef char *(kr_prop_cb)(void *env, struct kr_module *self, const char *input);