aboutsummaryrefslogtreecommitdiff
path: root/src/gns/plugin_rest_gns.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 21:26:46 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 12:51:58 +0100
commit7f85993041d102e57aaa69ed134ff6422d84c67e (patch)
tree151c5ffda7684801318fda9583da13e8ee63580b /src/gns/plugin_rest_gns.c
parent8c2b85f0ffc1c0d0db629992cba2ea59d2ac3536 (diff)
downloadgnunet-7f85993041d102e57aaa69ed134ff6422d84c67e.tar.gz
gnunet-7f85993041d102e57aaa69ed134ff6422d84c67e.zip
-DOC: Documentation cleanup pass through GNS subsystem
Diffstat (limited to 'src/gns/plugin_rest_gns.c')
-rw-r--r--src/gns/plugin_rest_gns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/plugin_rest_gns.c b/src/gns/plugin_rest_gns.c
index 3a35c9999..659b77493 100644
--- a/src/gns/plugin_rest_gns.c
+++ b/src/gns/plugin_rest_gns.c
@@ -159,7 +159,7 @@ static struct RequestHandle *requests_tail;
159 159
160/** 160/**
161 * Cleanup lookup handle 161 * Cleanup lookup handle
162 * @param handle Handle to clean up 162 * @param cls `struct RequestHandle` to clean up
163 */ 163 */
164static void 164static void
165cleanup_handle (void *cls) 165cleanup_handle (void *cls)