aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-23 23:20:09 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-23 23:20:09 +0000
commit5140bd05677e696e7890c8613c050baf79c9166d (patch)
treef068fab60e2feb76f7f306a46a2438979d2bad4e /src/core
parentd5eec64dbfd73da3f179d9223a3108a6bff5ed71 (diff)
downloadgnunet-5140bd05677e696e7890c8613c050baf79c9166d.tar.gz
gnunet-5140bd05677e696e7890c8613c050baf79c9166d.zip
-doxygen
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-core.c2
-rw-r--r--src/core/gnunet-service-core_clients.c2
-rw-r--r--src/core/gnunet-service-core_clients.h2
-rw-r--r--src/core/gnunet-service-core_kx.c2
-rw-r--r--src/core/gnunet-service-core_kx.h2
5 files changed, 0 insertions, 10 deletions
diff --git a/src/core/gnunet-core.c b/src/core/gnunet-core.c
index 87a372f30..37f1caec2 100644
--- a/src/core/gnunet-core.c
+++ b/src/core/gnunet-core.c
@@ -70,8 +70,6 @@ shutdown_task (void *cls,
70 * 70 *
71 * @param cls closure (unused) 71 * @param cls closure (unused)
72 * @param peer peer identity this notification is about 72 * @param peer peer identity this notification is about
73 * @param atsi performance data for the connection
74 * @param atsi_count number of records in 'atsi'
75 */ 73 */
76static void 74static void
77connected_peer_callback (void *cls, const struct GNUNET_PeerIdentity *peer) 75connected_peer_callback (void *cls, const struct GNUNET_PeerIdentity *peer)
diff --git a/src/core/gnunet-service-core_clients.c b/src/core/gnunet-service-core_clients.c
index 9ad23ed0b..db72f147a 100644
--- a/src/core/gnunet-service-core_clients.c
+++ b/src/core/gnunet-service-core_clients.c
@@ -789,8 +789,6 @@ GSC_CLIENTS_notify_clients_about_neighbour (const struct GNUNET_PeerIdentity
789 * of its types. 789 * of its types.
790 * 790 *
791 * @param sender peer who sent us the message 791 * @param sender peer who sent us the message
792 * @param atsi performance information about neighbour
793 * @param atsi_count number of entries in 'ats' array
794 * @param msg the message 792 * @param msg the message
795 * @param msize number of bytes to transmit 793 * @param msize number of bytes to transmit
796 * @param options options for checking which clients should 794 * @param options options for checking which clients should
diff --git a/src/core/gnunet-service-core_clients.h b/src/core/gnunet-service-core_clients.h
index d3f9e6e8e..fd06c1fc7 100644
--- a/src/core/gnunet-service-core_clients.h
+++ b/src/core/gnunet-service-core_clients.h
@@ -93,8 +93,6 @@ GSC_CLIENTS_notify_clients_about_neighbour (const struct GNUNET_PeerIdentity
93 * of its types. 93 * of its types.
94 * 94 *
95 * @param sender peer who sent us the message 95 * @param sender peer who sent us the message
96 * @param atsi performance information about neighbour
97 * @param atsi_count number of entries in 'ats' array
98 * @param msg the message 96 * @param msg the message
99 * @param msize number of bytes to transmit 97 * @param msize number of bytes to transmit
100 * @param options options for checking which clients should 98 * @param options options for checking which clients should
diff --git a/src/core/gnunet-service-core_kx.c b/src/core/gnunet-service-core_kx.c
index 545cccaa6..14b509e8f 100644
--- a/src/core/gnunet-service-core_kx.c
+++ b/src/core/gnunet-service-core_kx.c
@@ -1268,8 +1268,6 @@ struct DeliverMessageContext
1268 * 1268 *
1269 * @param kx key exchange context for encrypting the message 1269 * @param kx key exchange context for encrypting the message
1270 * @param msg encrypted message 1270 * @param msg encrypted message
1271 * @param atsi performance data
1272 * @param atsi_count number of entries in ats (excluding 0-termination)
1273 */ 1271 */
1274void 1272void
1275GSC_KX_handle_encrypted_message (struct GSC_KeyExchangeInfo *kx, 1273GSC_KX_handle_encrypted_message (struct GSC_KeyExchangeInfo *kx,
diff --git a/src/core/gnunet-service-core_kx.h b/src/core/gnunet-service-core_kx.h
index 5d4d638b5..e1b860919 100644
--- a/src/core/gnunet-service-core_kx.h
+++ b/src/core/gnunet-service-core_kx.h
@@ -89,8 +89,6 @@ GSC_KX_encrypt_and_transmit (struct GSC_KeyExchangeInfo *kx,
89 * 89 *
90 * @param kx key exchange information context 90 * @param kx key exchange information context
91 * @param msg encrypted message 91 * @param msg encrypted message
92 * @param atsi performance data
93 * @param atsi_count number of entries in ats (excluding 0-termination)
94 */ 92 */
95void 93void
96GSC_KX_handle_encrypted_message (struct GSC_KeyExchangeInfo *kx, 94GSC_KX_handle_encrypted_message (struct GSC_KeyExchangeInfo *kx,