aboutsummaryrefslogtreecommitdiff
path: root/src/service/rest/reclaim_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/rest/reclaim_plugin.c')
-rw-r--r--src/service/rest/reclaim_plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/service/rest/reclaim_plugin.c b/src/service/rest/reclaim_plugin.c
index 677a6a676..e1afce00b 100644
--- a/src/service/rest/reclaim_plugin.c
+++ b/src/service/rest/reclaim_plugin.c
@@ -1435,7 +1435,8 @@ list_ego (void *cls,
1435 1435
1436 1436
1437enum GNUNET_GenericReturnValue 1437enum GNUNET_GenericReturnValue
1438REST_reclaim_process_request (struct GNUNET_REST_RequestHandle *rest_handle, 1438REST_reclaim_process_request (void *plugin,
1439 struct GNUNET_REST_RequestHandle *rest_handle,
1439 GNUNET_REST_ResultProcessor proc, 1440 GNUNET_REST_ResultProcessor proc,
1440 void *proc_cls) 1441 void *proc_cls)
1441{ 1442{