aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-07 11:08:40 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-07 11:08:40 +0000
commit93522adc0728de13e94a7b13730781345144e434 (patch)
tree5e8389010559b5c326909bba7d8b18b858eeab35 /src/core/test_core_api.c
parenta3247ccf829ff52285721529bbcba00a0da39dcd (diff)
downloadgnunet-93522adc0728de13e94a7b13730781345144e434.tar.gz
gnunet-93522adc0728de13e94a7b13730781345144e434.zip
removing 'publicKey' argument from CORE init callback
Diffstat (limited to 'src/core/test_core_api.c')
-rw-r--r--src/core/test_core_api.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c
index 3028f32b0..7695f9e86 100644
--- a/src/core/test_core_api.c
+++ b/src/core/test_core_api.c
@@ -283,8 +283,7 @@ connect_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
283 283
284static void 284static void
285init_notify (void *cls, struct GNUNET_CORE_Handle *server, 285init_notify (void *cls, struct GNUNET_CORE_Handle *server,
286 const struct GNUNET_PeerIdentity *my_identity, 286 const struct GNUNET_PeerIdentity *my_identity)
287 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *publicKey)
288{ 287{
289 struct PeerContext *p = cls; 288 struct PeerContext *p = cls;
290 289