diff mbox series

[86/90] connection: Update 'unset_default_gateway_route_common' documentation.

Message ID 20231206235056.322578-90-gerickson@nuovations.com (mailing list archive)
State Not Applicable, archived
Headers show
Series Add Gateway Low-priority Default Routes for Non-default Services | expand

Commit Message

Grant Erickson Dec. 6, 2023, 11:50 p.m. UTC
This updates the "see also" documentation for
'unset_default_gateway_route_common' to reflect other functions it calls
or depends on.
---
 src/connection.c | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/src/connection.c b/src/connection.c
index 84718d491ded..a7b2777f53f4 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -1655,6 +1655,9 @@  done:
  *  @retval  -ESRCH         A request was made to unset, or clear a
  *                          non-existing routing entry.
  *
+ *  @sa gateway_config_state_set
+ *  @sa is_gateway_config_state
+ *  @sa is_gateway_config_type
  *  @sa set_default_gateway_route_common
  *
  */