aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_blacklist.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-21 14:06:06 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-21 14:06:06 +0000
commit87b254030acd37b6714565c5ac2e803da743d777 (patch)
treec542002dffca21eeb335b278d377fa22bef33cf7 /src/transport/gnunet-service-transport_blacklist.h
parentc13dfb403b26b07486953500103bccf9132654d6 (diff)
downloadgnunet-87b254030acd37b6714565c5ac2e803da743d777.tar.gz
gnunet-87b254030acd37b6714565c5ac2e803da743d777.zip
stuff
Diffstat (limited to 'src/transport/gnunet-service-transport_blacklist.h')
-rw-r--r--src/transport/gnunet-service-transport_blacklist.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_blacklist.h b/src/transport/gnunet-service-transport_blacklist.h
new file mode 100644
index 000000000..95a86dc9a
--- /dev/null
+++ b/src/transport/gnunet-service-transport_blacklist.h
@@ -0,0 +1,30 @@
1*
2 This file is part of GNUnet.
3 (C) 2010 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 transport/gnunet-service-transport_blacklist.h
23 * @brief internal API for blacklisting functionality
24 * @author Christian Grothoff
25 */
26#include "platform.h"
27#include "gnunet_protocols.h"
28#include "gnunet_service_lib.h"
29#include "transport.h"
30