aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dns_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-01 23:07:37 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-01 23:07:37 +0000
commitaaa3fa556962845e925dbe5dabc8987584422734 (patch)
tree9b3060b03863822a9ecf91862224392d62c3e348 /src/include/gnunet_dns_service.h
parent83530e3ab60f3035185c1f32333ed7b8b62e58be (diff)
downloadgnunet-aaa3fa556962845e925dbe5dabc8987584422734.tar.gz
gnunet-aaa3fa556962845e925dbe5dabc8987584422734.zip
-some code cleanup
Diffstat (limited to 'src/include/gnunet_dns_service.h')
-rw-r--r--src/include/gnunet_dns_service.h31
1 files changed, 29 insertions, 2 deletions
diff --git a/src/include/gnunet_dns_service.h b/src/include/gnunet_dns_service.h
index 632145ae2..2423009eb 100644
--- a/src/include/gnunet_dns_service.h
+++ b/src/include/gnunet_dns_service.h
@@ -1,5 +1,32 @@
1#ifndef GN_DNS_SERVICE_P_H 1/*
2#define GN_DNS_SERVICE_P_H 2 This file is part of GNUnet
3 (C) 2010, 2011, 2012 Christian Grothoff (and other contributing authors)
4
5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published
7 by the Free Software Foundation; either version 2, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19 */
20
21/**
22 * @file include/gnunet_dns_service.h
23 * @brief API to access the DNS service. Not finished at all,
24 * currently only contains the structs for the IPC, which
25 * don't even belong here (legacy code in transition)
26 * @author Philipp Toelke
27 */
28#ifndef GNUNET_DNS_SERVICE_H
29#define GNUNET_DNS_SERVICE_H
3 30
4#include "gnunet_common.h" 31#include "gnunet_common.h"
5 32