From 390a68296dd89f61461bdca02060d36e2e02af2b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 25 Mar 2011 08:49:47 +0000 Subject: adapt to new API --- src/fs/gnunet-service-fs_pr.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/fs/gnunet-service-fs_pr.h') diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h index a25659e22..ea464e578 100644 --- a/src/fs/gnunet-service-fs_pr.h +++ b/src/fs/gnunet-service-fs_pr.h @@ -162,16 +162,12 @@ struct GSF_PendingRequestData * @param expiration when does 'data' expire? * @param data response data, NULL on request expiration * @param data_len number of bytes in data - * @param more GNUNET_YES if the request remains active (may call - * this function again), GNUNET_NO if the request is - * finished (client must not call GSF_pending_request_cancel_) */ typedef void (*GSF_PendingRequestReplyHandler)(void *cls, struct GSF_PendingRequest *pr, struct GNUNET_TIME_Absolute expiration, const void *data, - size_t data_len, - int more); + size_t data_len); /** -- cgit v1.2.3