aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 1a21588f0..ba85cfce6 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -635,6 +635,8 @@ void
635GNUNET_TRANSPORT_get_hello_cancel (struct GNUNET_TRANSPORT_GetHelloHandle *ghh); 635GNUNET_TRANSPORT_get_hello_cancel (struct GNUNET_TRANSPORT_GetHelloHandle *ghh);
636 636
637 637
638struct GNUNET_TRANSPORT_OfferHelloHandle;
639
638/** 640/**
639 * Offer the transport service the HELLO of another peer. Note that 641 * Offer the transport service the HELLO of another peer. Note that
640 * the transport service may just ignore this message if the HELLO is 642 * the transport service may just ignore this message if the HELLO is
@@ -729,6 +731,7 @@ GNUNET_TRANSPORT_is_connected (enum GNUNET_TRANSPORT_PeerState state);
729const char * 731const char *
730GNUNET_TRANSPORT_vs2s (enum GNUNET_TRANSPORT_ValidationState state); 732GNUNET_TRANSPORT_vs2s (enum GNUNET_TRANSPORT_ValidationState state);
731 733
734struct GNUNET_TRANSPORT_PeerMonitoringContext;
732 735
733/** 736/**
734 * Return information about a specific peer or all peers currently known to 737 * Return information about a specific peer or all peers currently known to
@@ -775,6 +778,8 @@ void
775GNUNET_TRANSPORT_monitor_peers_cancel (struct GNUNET_TRANSPORT_PeerMonitoringContext *pic); 778GNUNET_TRANSPORT_monitor_peers_cancel (struct GNUNET_TRANSPORT_PeerMonitoringContext *pic);
776 779
777 780
781struct GNUNET_TRANSPORT_ValidationMonitoringContext;
782
778/** 783/**
779 * Return information about pending address validation operations for a specific 784 * Return information about pending address validation operations for a specific
780 * or all peers 785 * or all peers