X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Futil%2Ftest_connection_transmit_cancel.c;h=9ef0720edc867fccd0239d06a1830a11508fe8dd;hb=225ea594e86e56160b0f89b5cace24291cc6184b;hp=1b129d9a9ef1614b24cb79e83341033ec1b8edba;hpb=f27338992f0a5915ee974faea05f764c2df6f584;p=oweals%2Fgnunet.git diff --git a/src/util/test_connection_transmit_cancel.c b/src/util/test_connection_transmit_cancel.c index 1b129d9a9..9ef0720ed 100644 --- a/src/util/test_connection_transmit_cancel.c +++ b/src/util/test_connection_transmit_cancel.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2009 Christian Grothoff (and other contributing authors) + Copyright (C) 2009 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -38,7 +38,7 @@ not_run (void *cls, size_t size, void *buf) static void -task_transmit_cancel (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) +task_transmit_cancel (void *cls) { int *ok = cls; struct GNUNET_CONNECTION_TransmitHandle *th;