aboutsummaryrefslogtreecommitdiff
path: root/src/nat-auto/nat_auto_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-16 15:08:42 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-16 15:08:42 +0100
commit9d242f845845ec564b65f4faac080f8483c6b8c2 (patch)
treede40b2d838340a241d16328c54077c04ac18613d /src/nat-auto/nat_auto_api.c
parentad22adb15a0c895ac9c25d4c289abf86355a4737 (diff)
downloadgnunet-9d242f845845ec564b65f4faac080f8483c6b8c2.tar.gz
gnunet-9d242f845845ec564b65f4faac080f8483c6b8c2.zip
set type correctly in nat auto test
Diffstat (limited to 'src/nat-auto/nat_auto_api.c')
-rw-r--r--src/nat-auto/nat_auto_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nat-auto/nat_auto_api.c b/src/nat-auto/nat_auto_api.c
index a5b41ac49..6660239c3 100644
--- a/src/nat-auto/nat_auto_api.c
+++ b/src/nat-auto/nat_auto_api.c
@@ -42,7 +42,7 @@ struct GNUNET_NAT_AUTO_AutoHandle
42 * Configuration we use. 42 * Configuration we use.
43 */ 43 */
44 const struct GNUNET_CONFIGURATION_Handle *cfg; 44 const struct GNUNET_CONFIGURATION_Handle *cfg;
45 45
46 /** 46 /**
47 * Message queue for communicating with the NAT service. 47 * Message queue for communicating with the NAT service.
48 */ 48 */
@@ -206,8 +206,8 @@ ah_error_handler (void *cls,
206 */ 206 */
207struct GNUNET_NAT_AUTO_AutoHandle * 207struct GNUNET_NAT_AUTO_AutoHandle *
208GNUNET_NAT_AUTO_autoconfig_start (const struct GNUNET_CONFIGURATION_Handle *cfg, 208GNUNET_NAT_AUTO_autoconfig_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
209 GNUNET_NAT_AUTO_AutoResultCallback cb, 209 GNUNET_NAT_AUTO_AutoResultCallback cb,
210 void *cb_cls) 210 void *cb_cls)
211{ 211{
212 struct GNUNET_NAT_AUTO_AutoHandle *ah = GNUNET_new (struct GNUNET_NAT_AUTO_AutoHandle); 212 struct GNUNET_NAT_AUTO_AutoHandle *ah = GNUNET_new (struct GNUNET_NAT_AUTO_AutoHandle);
213 struct GNUNET_MQ_MessageHandler handlers[] = { 213 struct GNUNET_MQ_MessageHandler handlers[] = {