aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_interceptor.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-08-26 21:01:04 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-08-30 09:42:04 +0200
commit8d9bc925ed9f3692b451ad90ae31810e419aaee3 (patch)
tree9e6553bcb410571ba868969c5f3264ab3636db23 /src/gns/gnunet-service-gns_interceptor.c
parent33b4ce87d0ff6c971a0088906c4c950915510d82 (diff)
downloadgnunet-8d9bc925ed9f3692b451ad90ae31810e419aaee3.tar.gz
gnunet-8d9bc925ed9f3692b451ad90ae31810e419aaee3.zip
-First pass through GNS
Diffstat (limited to 'src/gns/gnunet-service-gns_interceptor.c')
-rw-r--r--src/gns/gnunet-service-gns_interceptor.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gns/gnunet-service-gns_interceptor.c b/src/gns/gnunet-service-gns_interceptor.c
index 255f85598..86c059c5f 100644
--- a/src/gns/gnunet-service-gns_interceptor.c
+++ b/src/gns/gnunet-service-gns_interceptor.c
@@ -365,12 +365,6 @@ handle_dns_request (void *cls,
365} 365}
366 366
367 367
368/**
369 * Initialized the interceptor
370 *
371 * @param c the configuration
372 * @return #GNUNET_OK on success
373 */
374int 368int
375GNS_interceptor_init (const struct GNUNET_CONFIGURATION_Handle *c) 369GNS_interceptor_init (const struct GNUNET_CONFIGURATION_Handle *c)
376{ 370{