aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_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/mesh/mesh_api.c
parenta3247ccf829ff52285721529bbcba00a0da39dcd (diff)
downloadgnunet-93522adc0728de13e94a7b13730781345144e434.tar.gz
gnunet-93522adc0728de13e94a7b13730781345144e434.zip
removing 'publicKey' argument from CORE init callback
Diffstat (limited to 'src/mesh/mesh_api.c')
-rw-r--r--src/mesh/mesh_api.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index a1396cd08..4e510e596 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -182,9 +182,7 @@ call_connect_handler (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
182static void 182static void
183core_startup (void *cls, struct GNUNET_CORE_Handle *core 183core_startup (void *cls, struct GNUNET_CORE_Handle *core
184 __attribute__ ((unused)), 184 __attribute__ ((unused)),
185 const struct GNUNET_PeerIdentity *my_identity, 185 const struct GNUNET_PeerIdentity *my_identity)
186 const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded *publicKey
187 __attribute__ ((unused)))
188{ 186{
189 struct GNUNET_MESH_Handle *handle = cls; 187 struct GNUNET_MESH_Handle *handle = cls;
190 188