aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_kx.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-04-07 09:19:28 +0000
committerChristian Grothoff <christian@grothoff.org>2014-04-07 09:19:28 +0000
commita740974b42420e5619052d6a13bc3146ddb5a376 (patch)
tree3f0b0b33417da2189243a0025c8115df2e48af4a /src/core/gnunet-service-core_kx.h
parent5fee7ad91f89322863a99cfd3f91a2cd86f51f2e (diff)
downloadgnunet-a740974b42420e5619052d6a13bc3146ddb5a376.tar.gz
gnunet-a740974b42420e5619052d6a13bc3146ddb5a376.zip
-doxygen improvements
Diffstat (limited to 'src/core/gnunet-service-core_kx.h')
-rw-r--r--src/core/gnunet-service-core_kx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gnunet-service-core_kx.h b/src/core/gnunet-service-core_kx.h
index 4c99669b2..c6b346ec3 100644
--- a/src/core/gnunet-service-core_kx.h
+++ b/src/core/gnunet-service-core_kx.h
@@ -118,7 +118,7 @@ GSC_KX_stop (struct GSC_KeyExchangeInfo *kx);
118 * Initialize KX subsystem. 118 * Initialize KX subsystem.
119 * 119 *
120 * @param pk private key to use for the peer 120 * @param pk private key to use for the peer
121 * @return GNUNET_OK on success, GNUNET_SYSERR on failure 121 * @return #GNUNET_OK on success, #GNUNET_SYSERR on failure
122 */ 122 */
123int 123int
124GSC_KX_init (struct GNUNET_CRYPTO_EddsaPrivateKey *pk); 124GSC_KX_init (struct GNUNET_CRYPTO_EddsaPrivateKey *pk);