aboutsummaryrefslogtreecommitdiff
path: root/src/nat-auto/nat_auto_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat-auto/nat_auto_api.c')
-rw-r--r--src/nat-auto/nat_auto_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat-auto/nat_auto_api.c b/src/nat-auto/nat_auto_api.c
index f7a821a82..3c982f883 100644
--- a/src/nat-auto/nat_auto_api.c
+++ b/src/nat-auto/nat_auto_api.c
@@ -31,7 +31,6 @@
31#include "nat-auto.h" 31#include "nat-auto.h"
32 32
33 33
34
35/** 34/**
36 * Handle to auto-configuration in progress. 35 * Handle to auto-configuration in progress.
37 */ 36 */
@@ -289,4 +288,5 @@ GNUNET_NAT_AUTO_autoconfig_cancel (struct GNUNET_NAT_AUTO_AutoHandle *ah)
289 GNUNET_free (ah); 288 GNUNET_free (ah);
290} 289}
291 290
291
292/* end of nat_api_auto.c */ 292/* end of nat_api_auto.c */