aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/plugin_rest_peerinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo-tool/plugin_rest_peerinfo.c')
-rw-r--r--src/peerinfo-tool/plugin_rest_peerinfo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peerinfo-tool/plugin_rest_peerinfo.c b/src/peerinfo-tool/plugin_rest_peerinfo.c
index 176e24e42..7544b5ede 100644
--- a/src/peerinfo-tool/plugin_rest_peerinfo.c
+++ b/src/peerinfo-tool/plugin_rest_peerinfo.c
@@ -614,6 +614,7 @@ peerinfo_list_iteration (void *cls,
614 pc); 614 pc);
615} 615}
616 616
617
617/** 618/**
618 * Handle peerinfo GET request 619 * Handle peerinfo GET request
619 * 620 *
@@ -669,7 +670,6 @@ peerinfo_get (struct GNUNET_REST_RequestHandle *con_handle,
669} 670}
670 671
671 672
672
673/** 673/**
674 * Respond to OPTIONS request 674 * Respond to OPTIONS request
675 * 675 *
@@ -818,4 +818,5 @@ libgnunet_plugin_rest_peerinfo_done (void *cls)
818 return NULL; 818 return NULL;
819} 819}
820 820
821
821/* end of plugin_rest_peerinfo.c */ 822/* end of plugin_rest_peerinfo.c */