From e4186e9327787fe463ab4571186672888df09e39 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 13 Mar 2017 01:46:55 +0100 Subject: renaming CADET APIs to match naming conventions again, now that the old symbols have been purged --- src/fs/gnunet-service-fs_cadet_client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fs/gnunet-service-fs_cadet_client.c') diff --git a/src/fs/gnunet-service-fs_cadet_client.c b/src/fs/gnunet-service-fs_cadet_client.c index 55e0cbc24..c729ebe41 100644 --- a/src/fs/gnunet-service-fs_cadet_client.c +++ b/src/fs/gnunet-service-fs_cadet_client.c @@ -487,7 +487,7 @@ reset_cadet (struct CadetHandle *mh) GNUNET_CRYPTO_hash (GNUNET_APPLICATION_PORT_FS_BLOCK_TRANSFER, strlen (GNUNET_APPLICATION_PORT_FS_BLOCK_TRANSFER), &port); - mh->channel = GNUNET_CADET_channel_creatE (cadet_handle, + mh->channel = GNUNET_CADET_channel_create (cadet_handle, mh, &mh->target, &port, @@ -627,7 +627,7 @@ get_cadet (const struct GNUNET_PeerIdentity *target) GNUNET_CRYPTO_hash (GNUNET_APPLICATION_PORT_FS_BLOCK_TRANSFER, strlen (GNUNET_APPLICATION_PORT_FS_BLOCK_TRANSFER), &port); - mh->channel = GNUNET_CADET_channel_creatE (cadet_handle, + mh->channel = GNUNET_CADET_channel_create (cadet_handle, mh, &mh->target, &port, -- cgit v1.2.3