gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 4c0de34360f8baca9d26f5a8ff0681f469a1180e
parent 1a52be554ae62cbb3dc3be2732d27e1367a66b7b
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Tue, 10 Sep 2024 16:15:03 +0200

make compilers happy again!

Diffstat:
Mgns-service-port-numbers/h.footer | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/gns-service-port-numbers/h.footer b/gns-service-port-numbers/h.footer @@ -5,6 +5,9 @@ }; uint16_t +GNUNET_GNS_service_port_name_to_number (const char *name); + +uint16_t GNUNET_GNS_service_port_name_to_number (const char *name) { int i = 0; @@ -17,6 +20,8 @@ GNUNET_GNS_service_port_name_to_number (const char *name) return 0; } +const char* +GNUNET_GNS_service_port_number_to_name (uint16_t port); const char* GNUNET_GNS_service_port_number_to_name (uint16_t port)