]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
docs
authorNick Porter <nick@portercomputing.co.uk>
Tue, 27 Sep 2022 15:55:43 +0000 (16:55 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 27 Sep 2022 15:55:43 +0000 (16:55 +0100)
src/lib/server/tmpl_dcursor.c

index 903680b32475f31463646e7cf35681619d3b1069..22313f527c4dc8fe898f0a480f44d6d6782696de 100644 (file)
@@ -385,6 +385,8 @@ fr_pair_t *tmpl_dcursor_init_relative(int *err, TALLOC_CTX *ctx, tmpl_dcursor_ct
  * @param[in] cursor           to store iterator position.
  * @param[in] request          The current #request_t.
  * @param[in] vpt              specifying the #fr_pair_t type or list to iterate over.
+ * @param[in] build            Callback to build missing pairs.
+ * @param[in] uctx             for building new pairs.
  * @return
  *     - First #fr_pair_t specified by the #tmpl_t.
  *     - NULL if no matching #fr_pair_t found, and NULL on error.