summaryrefslogtreecommitdiff
path: root/src/nat/gnunet-service-nat_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/gnunet-service-nat_helper.h')
-rw-r--r--src/nat/gnunet-service-nat_helper.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/nat/gnunet-service-nat_helper.h b/src/nat/gnunet-service-nat_helper.h
index e655149bc..dc6b9ae61 100644
--- a/src/nat/gnunet-service-nat_helper.h
+++ b/src/nat/gnunet-service-nat_helper.h
@@ -57,10 +57,10 @@ typedef void
57 * @return NULL on error 57 * @return NULL on error
58 */ 58 */
59struct HelperContext * 59struct HelperContext *
60GN_start_gnunet_nat_server_(const struct in_addr *internal_address, 60GN_start_gnunet_nat_server_ (const struct in_addr *internal_address,
61 GN_ReversalCallback cb, 61 GN_ReversalCallback cb,
62 void *cb_cls, 62 void *cb_cls,
63 const struct GNUNET_CONFIGURATION_Handle *cfg); 63 const struct GNUNET_CONFIGURATION_Handle *cfg);
64 64
65 65
66/** 66/**
@@ -70,7 +70,7 @@ GN_start_gnunet_nat_server_(const struct in_addr *internal_address,
70 * @param h helper context to stop 70 * @param h helper context to stop
71 */ 71 */
72void 72void
73GN_stop_gnunet_nat_server_(struct HelperContext *h); 73GN_stop_gnunet_nat_server_ (struct HelperContext *h);
74 74
75 75
76/** 76/**
@@ -86,10 +86,10 @@ GN_stop_gnunet_nat_server_(struct HelperContext *h);
86 * #GNUNET_OK otherwise 86 * #GNUNET_OK otherwise
87 */ 87 */
88int 88int
89GN_request_connection_reversal(const struct in_addr *internal_address, 89GN_request_connection_reversal (const struct in_addr *internal_address,
90 uint16_t internal_port, 90 uint16_t internal_port,
91 const struct in_addr *remote_v4, 91 const struct in_addr *remote_v4,
92 const struct GNUNET_CONFIGURATION_Handle *cfg); 92 const struct GNUNET_CONFIGURATION_Handle *cfg);
93 93
94 94
95/* end of gnunet-service-nat_helper.h */ 95/* end of gnunet-service-nat_helper.h */