aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet_w32nsp_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-06 07:39:24 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-06 07:39:24 +0000
commitec59e6a4f56f68916cf8ec8fefca3282a70d16d2 (patch)
treee9fce0d2f7b8dceb717ba434731bde4db594eb0a /src/gns/gnunet_w32nsp_lib.h
parent2dda2c0e3a7c3813fc334d983b65d9f698953143 (diff)
downloadgnunet-ec59e6a4f56f68916cf8ec8fefca3282a70d16d2.tar.gz
gnunet-ec59e6a4f56f68916cf8ec8fefca3282a70d16d2.zip
-LRN: W32 NS provider for GNS
Also a helper service. A couple tools for installing/removing the provder. And a resolver tool that loads the provider directly.
Diffstat (limited to 'src/gns/gnunet_w32nsp_lib.h')
-rw-r--r--src/gns/gnunet_w32nsp_lib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gns/gnunet_w32nsp_lib.h b/src/gns/gnunet_w32nsp_lib.h
new file mode 100644
index 000000000..f20859c7c
--- /dev/null
+++ b/src/gns/gnunet_w32nsp_lib.h
@@ -0,0 +1,9 @@
1#if !defined(GNUENT_W32NSP_LIB_H)
2#define GNUENT_W32NSP_LIB_H
3
4#include <basetyps.h>
5
6/* E0D24085-622C-4A93-9A0018-034469DE28DA */
7DEFINE_GUID (GNUNET_NAMESPACE_PROVIDER_DNS, 0xE0D24085L, 0x622C, 0x4A93, 0x9A, 0x18, 0x03, 0x44, 0x69, 0xDE, 0x28, 0xDA);
8
9#endif /* GNUENT_W32NSP_LIB_H */ \ No newline at end of file