aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_ats.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-25 21:08:22 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-25 21:08:22 +0000
commit260d4269dd93fd8e4e5af766e15970251c5b7ac9 (patch)
tree6b2b7ac3e1ba4224791518a38276efdd9729bb65 /src/transport/gnunet-service-transport_ats.h
parentee266d0bd0b96c67ac1c7f76fff41980bb181e64 (diff)
downloadgnunet-260d4269dd93fd8e4e5af766e15970251c5b7ac9.tar.gz
gnunet-260d4269dd93fd8e4e5af766e15970251c5b7ac9.zip
-undo bad commit
Diffstat (limited to 'src/transport/gnunet-service-transport_ats.h')
-rw-r--r--src/transport/gnunet-service-transport_ats.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/transport/gnunet-service-transport_ats.h b/src/transport/gnunet-service-transport_ats.h
index b203cc323..b066ad74f 100644
--- a/src/transport/gnunet-service-transport_ats.h
+++ b/src/transport/gnunet-service-transport_ats.h
@@ -51,17 +51,6 @@ GST_ats_done (void);
51 51
52 52
53/** 53/**
54 * Test if ATS knows about this address.
55 *
56 * @param address the address
57 * @param session the session
58 * @return #GNUNET_YES if address is known, #GNUNET_NO if not.
59 */
60int
61GST_ats_is_known (const struct GNUNET_HELLO_Address *address,
62 struct Session *session);
63
64/**
65 * Notify ATS about the new address including the network this address is 54 * Notify ATS about the new address including the network this address is
66 * located in. 55 * located in.
67 * 56 *