aboutsummaryrefslogtreecommitdiff
path: root/src/nt
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-08-31 22:51:09 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:23 +0100
commit8367a2ac29f3c439df13391ac95e6785583888c1 (patch)
tree4083c3501c859cbf184a81e66ce3d7a0a64cb463 /src/nt
parentaa3216d58b2e8d8d28a0454818a279d4c09312a3 (diff)
downloadgnunet-8367a2ac29f3c439df13391ac95e6785583888c1.tar.gz
gnunet-8367a2ac29f3c439df13391ac95e6785583888c1.zip
-DOC: Pass through NT subsystem
Diffstat (limited to 'src/nt')
-rw-r--r--src/nt/nt.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nt/nt.c b/src/nt/nt.c
index 98653f641..8dfacb02b 100644
--- a/src/nt/nt.c
+++ b/src/nt/nt.c
@@ -34,12 +34,6 @@
34 GNUNET_TIME_UNIT_MINUTES, 2) 34 GNUNET_TIME_UNIT_MINUTES, 2)
35 35
36 36
37/**
38 * Convert a `enum GNUNET_NetworkType` to a string
39 *
40 * @param net the network type
41 * @return a string or NULL if invalid
42 */
43const char * 37const char *
44GNUNET_NT_to_string (enum GNUNET_NetworkType net) 38GNUNET_NT_to_string (enum GNUNET_NetworkType net)
45{ 39{