aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-12-21 16:20:25 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-12-21 16:20:25 +0000
commit0db3f24b8b16076547f051bc6ec96c24bd7d05bf (patch)
tree37c2e59bee4e343f2052ab3ef74ba27a6741e640 /src/include/gnunet_core_service.h
parent087ad145760e874bf10252f96b5ce7fc1bd7a49f (diff)
downloadgnunet-0db3f24b8b16076547f051bc6ec96c24bd7d05bf.tar.gz
gnunet-0db3f24b8b16076547f051bc6ec96c24bd7d05bf.zip
doxygen fixes
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 8c57b23b7..efbcda60d 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -111,7 +111,7 @@ typedef int
111 (*GNUNET_CORE_MessageCallback) (void *cls, 111 (*GNUNET_CORE_MessageCallback) (void *cls,
112 const struct GNUNET_PeerIdentity *other, 112 const struct GNUNET_PeerIdentity *other,
113 const struct GNUNET_MessageHeader *message, 113 const struct GNUNET_MessageHeader *message,
114 const struct GNUNET_TRANSPORT_ATS_Information *atsi); 114 const struct GNUNET_TRANSPORT_ATS_Information *atsi);
115 115
116 116
117/** 117/**