aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns-proxy.c')
-rw-r--r--src/gns/gnunet-gns-proxy.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index fb7b80e16..7b783787b 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -484,22 +484,6 @@ is_tld (const char* name, const char* tld)
484} 484}
485 485
486 486
487/**
488 * convert integer to string representation
489 *
490 * @param i integer
491 * @return the character
492 */
493static char
494i_to_hexchar (unsigned char i)
495{
496 static char hexmap[] = "0123456789abcdef";
497
498 GNUNET_assert (sizeof (hexmap) > (i & 15));
499 return hexmap[i & 15];
500}
501
502
503static int 487static int
504con_post_data_iter (void *cls, 488con_post_data_iter (void *cls,
505 enum MHD_ValueKind kind, 489 enum MHD_ValueKind kind,