aboutsummaryrefslogtreecommitdiff
path: root/src/nat/gnunet-nat.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-08 00:04:51 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:55:03 +0100
commite67ee030effb3b7d8ca51721b083a4f64c54195b (patch)
treee38860e196bafbd386280846d77263ed51bd432e /src/nat/gnunet-nat.c
parent19e5b9874f267afd1c99191445be67ed59a24b50 (diff)
downloadgnunet-e67ee030effb3b7d8ca51721b083a4f64c54195b.tar.gz
gnunet-e67ee030effb3b7d8ca51721b083a4f64c54195b.zip
-DOC: Documentation cleanup pass through NAT subsystem
Diffstat (limited to 'src/nat/gnunet-nat.c')
-rw-r--r--src/nat/gnunet-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/gnunet-nat.c b/src/nat/gnunet-nat.c
index 0743a478d..fd85549d6 100644
--- a/src/nat/gnunet-nat.c
+++ b/src/nat/gnunet-nat.c
@@ -110,7 +110,7 @@ test_finished ()
110 * a function to call whenever our set of 'valid' addresses changes. 110 * a function to call whenever our set of 'valid' addresses changes.
111 * 111 *
112 * @param cls closure, NULL 112 * @param cls closure, NULL
113 * @param app_ctx[in,out] location where the app can store stuff 113 * @param[in,out] app_ctx location where the app can store stuff
114 * on add and retrieve it on remove 114 * on add and retrieve it on remove
115 * @param add_remove #GNUNET_YES to add a new public IP address, 115 * @param add_remove #GNUNET_YES to add a new public IP address,
116 * #GNUNET_NO to remove a previous (now invalid) one 116 * #GNUNET_NO to remove a previous (now invalid) one