aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing.c')
-rw-r--r--src/testing/testing.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 8b080d800..ca7ed6376 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -1952,13 +1952,10 @@ send_hello (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1952 * @param cls a ConnectContext 1952 * @param cls a ConnectContext
1953 * @param server handle to the core service 1953 * @param server handle to the core service
1954 * @param my_identity the peer identity of this peer 1954 * @param my_identity the peer identity of this peer
1955 * @param publicKey the public key of the peer
1956 */ 1955 */
1957void 1956void
1958core_init_notify (void *cls, struct GNUNET_CORE_Handle *server, 1957core_init_notify (void *cls, struct GNUNET_CORE_Handle *server,
1959 const struct GNUNET_PeerIdentity *my_identity, 1958 const struct GNUNET_PeerIdentity *my_identity)
1960 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded
1961 *publicKey)
1962{ 1959{
1963 struct GNUNET_TESTING_ConnectContext *connect_ctx = cls; 1960 struct GNUNET_TESTING_ConnectContext *connect_ctx = cls;
1964 1961