summaryrefslogtreecommitdiff
path: root/src/nat/gnunet-service-nat_stun.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/gnunet-service-nat_stun.h')
-rw-r--r--src/nat/gnunet-service-nat_stun.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/nat/gnunet-service-nat_stun.h b/src/nat/gnunet-service-nat_stun.h
index 4a61c702f..af6520fbf 100644
--- a/src/nat/gnunet-service-nat_stun.h
+++ b/src/nat/gnunet-service-nat_stun.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20/** 20/**
21 * This code provides some support for doing STUN transactions. We 21 * This code provides some support for doing STUN transactions. We
22 * receive the simplest possible packet as the STUN server and try 22 * receive the simplest possible packet as the STUN server and try
@@ -54,8 +54,8 @@
54 * #GNUNET_NO if the packet is invalid (not a stun packet) 54 * #GNUNET_NO if the packet is invalid (not a stun packet)
55 */ 55 */
56int 56int
57GNUNET_NAT_stun_handle_packet_ (const void *data, 57GNUNET_NAT_stun_handle_packet_(const void *data,
58 size_t len, 58 size_t len,
59 struct sockaddr_in *arg); 59 struct sockaddr_in *arg);
60 60
61#endif 61#endif