aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_ns_lookup.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-29 21:14:08 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-29 21:14:08 +0000
commit86208370814ef36db81f54164206a5b94f6ae272 (patch)
tree53550d05e6bfe3402811088bed4b62d27e8d7f8f /src/gns/test_gns_ns_lookup.c
parent4e03429725516bd3ab76977fe3004e57d5ed7b3f (diff)
downloadgnunet-86208370814ef36db81f54164206a5b94f6ae272.tar.gz
gnunet-86208370814ef36db81f54164206a5b94f6ae272.zip
-fix build errors
Diffstat (limited to 'src/gns/test_gns_ns_lookup.c')
-rw-r--r--src/gns/test_gns_ns_lookup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_ns_lookup.c b/src/gns/test_gns_ns_lookup.c
index 9457dfae5..f0a43ce18 100644
--- a/src/gns/test_gns_ns_lookup.c
+++ b/src/gns/test_gns_ns_lookup.c
@@ -61,7 +61,7 @@ static struct GNUNET_RESOLVER_RequestHandle *resolver_handle;
61 61
62static const struct GNUNET_CONFIGURATION_Handle *cfg; 62static const struct GNUNET_CONFIGURATION_Handle *cfg;
63 63
64static struct GNS_LookupRequest *lr; 64static struct GNUNET_GNS_LookupRequest *lr;
65 65
66 66
67/** 67/**