aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/gnunet-peerinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo-tool/gnunet-peerinfo.c')
-rw-r--r--src/peerinfo-tool/gnunet-peerinfo.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/peerinfo-tool/gnunet-peerinfo.c b/src/peerinfo-tool/gnunet-peerinfo.c
index f2f1ad92a..8cfb67a73 100644
--- a/src/peerinfo-tool/gnunet-peerinfo.c
+++ b/src/peerinfo-tool/gnunet-peerinfo.c
@@ -223,11 +223,9 @@ static struct GNUNET_HELLO_Message *my_hello;
223 * runs the next requested function. 223 * runs the next requested function.
224 * 224 *
225 * @param cls unused 225 * @param cls unused
226 * @param tc unused
227 */ 226 */
228static void 227static void
229state_machine (void *cls, 228state_machine (void *cls);
230 const struct GNUNET_SCHEDULER_TaskContext *tc);
231 229
232 230
233/* ********************* 'get_info' ******************* */ 231/* ********************* 'get_info' ******************* */
@@ -620,11 +618,9 @@ parse_hello_uri (const char *put_uri)
620 * runs the next requested function. 618 * runs the next requested function.
621 * 619 *
622 * @param cls unused 620 * @param cls unused
623 * @param tc scheduler context
624 */ 621 */
625static void 622static void
626shutdown_task (void *cls, 623shutdown_task (void *cls)
627 const struct GNUNET_SCHEDULER_TaskContext *tc)
628{ 624{
629 struct PrintContext *pc; 625 struct PrintContext *pc;
630 struct AddressRecord *ar; 626 struct AddressRecord *ar;
@@ -809,11 +805,9 @@ run (void *cls,
809 * runs the next requested function. 805 * runs the next requested function.
810 * 806 *
811 * @param cls unused 807 * @param cls unused
812 * @param tc scheduler context
813 */ 808 */
814static void 809static void
815state_machine (void *cls, 810state_machine (void *cls)
816 const struct GNUNET_SCHEDULER_TaskContext *tc)
817{ 811{
818 tt = NULL; 812 tt = NULL;
819 813