aboutsummaryrefslogtreecommitdiff
path: root/src/chat/gnunet-service-chat.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-24 15:17:39 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-24 15:17:39 +0000
commitcc495dba9bd5ecbe25a8607a535fd439ec2d03fd (patch)
tree027da72dab48d804eba81605a19076a4afdbcc1b /src/chat/gnunet-service-chat.c
parentd7c1aa6d7e8312be7a1614ecb09090e6914b8447 (diff)
downloadgnunet-cc495dba9bd5ecbe25a8607a535fd439ec2d03fd.tar.gz
gnunet-cc495dba9bd5ecbe25a8607a535fd439ec2d03fd.zip
doxyfixes
Diffstat (limited to 'src/chat/gnunet-service-chat.c')
-rw-r--r--src/chat/gnunet-service-chat.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/chat/gnunet-service-chat.c b/src/chat/gnunet-service-chat.c
index 4cf869595..e0a46abc4 100644
--- a/src/chat/gnunet-service-chat.c
+++ b/src/chat/gnunet-service-chat.c
@@ -19,8 +19,8 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file chat/gnunet-service-caht.c 22 * @file chat/gnunet-service-chat.c
23 * @brief program that tracks template 23 * @brief service providing chat functionality
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * @author Vitaly Minko 25 * @author Vitaly Minko
26 */ 26 */
@@ -1460,7 +1460,7 @@ cleanup_task (void *cls,
1460 * 1460 *
1461 * @param cls closure, NULL 1461 * @param cls closure, NULL
1462 * @param server handle to the server for this service 1462 * @param server handle to the server for this service
1463 * @param identity the public identity of this peer 1463 * @param my_identity the public identity of this peer
1464 * @param publicKey the public key of this peer 1464 * @param publicKey the public key of this peer
1465 */ 1465 */
1466static void 1466static void
@@ -1479,7 +1479,7 @@ core_init (void *cls,
1479 * 1479 *
1480 * @param cls closure, NULL 1480 * @param cls closure, NULL
1481 * @param server the initialized server 1481 * @param server the initialized server
1482 * @param cfg configuration to use 1482 * @param c configuration to use
1483 */ 1483 */
1484static void 1484static void
1485run (void *cls, 1485run (void *cls,