aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
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/include/gnunet_transport_service.h
parenta3247ccf829ff52285721529bbcba00a0da39dcd (diff)
downloadgnunet-93522adc0728de13e94a7b13730781345144e434.tar.gz
gnunet-93522adc0728de13e94a7b13730781345144e434.zip
removing 'publicKey' argument from CORE init callback
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 8b9472cdb..2b6675c89 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -547,7 +547,7 @@ struct GNUNET_TRANSPORT_TransmitHandle;
547 * @param handle connection to transport service 547 * @param handle connection to transport service
548 * @param target who should receive the message 548 * @param target who should receive the message
549 * @param size how big is the message we want to transmit? 549 * @param size how big is the message we want to transmit?
550 * @param priority how important is the message? 550 * @param priority how important is the message? @deprecated - remove?
551 * @param timeout after how long should we give up (and call 551 * @param timeout after how long should we give up (and call
552 * notify with buf NULL and size 0)? 552 * notify with buf NULL and size 0)?
553 * @param notify function to call when we are ready to 553 * @param notify function to call when we are ready to