]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Skip the *call* graph (not caller) for xlat_init() (#4923)
authorJames Jones <jejones3141@gmail.com>
Thu, 9 Mar 2023 20:32:48 +0000 (14:32 -0600)
committerGitHub <noreply@github.com>
Thu, 9 Mar 2023 20:32:48 +0000 (15:32 -0500)
src/lib/unlang/xlat.h
src/lib/unlang/xlat_builtin.c

index 5f38ba7ba4ad753da497cceac4f6091750d5029c..b44c0aa80eff7ab268bc7cf6c61e3c1c495b00cc 100644 (file)
@@ -468,6 +468,7 @@ void _xlat_async_thread_instantiate_set(xlat_t const *xlat,
 void           xlat_unregister(char const *name);
 void           xlat_unregister_module(dl_module_inst_t const *inst);
 int            xlat_register_redundant(CONF_SECTION *cs);
+/** @hidecallgraph */
 int            xlat_init(void);
 void           xlat_free(void);
 
index 6e0e8a91be505dbdb39c922aefaed43e78222ea3..d5b9b48c7688b73d5655e7f0caca42195d41feb6 100644 (file)
@@ -4108,6 +4108,8 @@ static int xlat_protocol_init(void)
  * @return
  *     - 0 on success.
  *     - -1 on failure.
+ *
+ * @hidecallgraph
  */
 int xlat_init(void)
 {