summaryrefslogtreecommitdiff
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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gns/gnunet-service-gns.h b/src/gns/gnunet-service-gns.h
index 2c17ca72a..2a432f8aa 100644
--- a/src/gns/gnunet-service-gns.h
+++ b/src/gns/gnunet-service-gns.h
@@ -35,8 +35,8 @@
35 * @return #GNUNET_YES if @a tld was found #GNUNET_NO if not 35 * @return #GNUNET_YES if @a tld was found #GNUNET_NO if not
36 */ 36 */
37int 37int
38GNS_find_tld(const char *tld_str, 38GNS_find_tld (const char *tld_str,
39 struct GNUNET_CRYPTO_EcdsaPublicKey *pkey); 39 struct GNUNET_CRYPTO_EcdsaPublicKey *pkey);
40 40
41 41
42/** 42/**
@@ -47,7 +47,7 @@ GNS_find_tld(const char *tld_str,
47 * or @a name if @a name does not contain a "." 47 * or @a name if @a name does not contain a "."
48 */ 48 */
49const char * 49const char *
50GNS_get_tld(const char *name); 50GNS_get_tld (const char *name);
51 51
52 52
53#endif 53#endif