aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-service-gns.h')
-rw-r--r--src/gns/gnunet-service-gns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-service-gns.h b/src/gns/gnunet-service-gns.h
index d4fb9ec9f..13e28349c 100644
--- a/src/gns/gnunet-service-gns.h
+++ b/src/gns/gnunet-service-gns.h
@@ -37,7 +37,7 @@
37 */ 37 */
38int 38int
39GNS_find_tld (const char *tld_str, 39GNS_find_tld (const char *tld_str,
40 struct GNUNET_IDENTITY_PublicKey *pkey); 40 struct GNUNET_CRYPTO_PublicKey *pkey);
41 41
42 42
43/** 43/**