aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_interceptor.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-03-22 18:20:09 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-03-22 18:20:09 +0000
commitb57a34c4392be66883830b365b44afa8e1b21f6c (patch)
treeb2ad53dcae67f9c11d403b6d7e44872f1b6ef005 /src/gns/gnunet-service-gns_interceptor.h
parent6ba8bbb5b9034d61ea1b54c7a6d0a670e759b6eb (diff)
downloadgnunet-b57a34c4392be66883830b365b44afa8e1b21f6c.tar.gz
gnunet-b57a34c4392be66883830b365b44afa8e1b21f6c.zip
-doxygen
Diffstat (limited to 'src/gns/gnunet-service-gns_interceptor.h')
-rw-r--r--src/gns/gnunet-service-gns_interceptor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gns/gnunet-service-gns_interceptor.h b/src/gns/gnunet-service-gns_interceptor.h
index be7250b52..c3ea809f9 100644
--- a/src/gns/gnunet-service-gns_interceptor.h
+++ b/src/gns/gnunet-service-gns_interceptor.h
@@ -5,6 +5,7 @@
5 * Initialize dns interceptor 5 * Initialize dns interceptor
6 * 6 *
7 * @param zone the zone 7 * @param zone the zone
8 * @param key the private key of the local zone
8 * @param c the configuration 9 * @param c the configuration
9 * @return GNUNET_YES on success GNUNET_SYSERR on error 10 * @return GNUNET_YES on success GNUNET_SYSERR on error
10 */ 11 */
@@ -13,6 +14,9 @@ gns_interceptor_init(struct GNUNET_CRYPTO_ShortHashCode zone,
13 struct GNUNET_CRYPTO_RsaPrivateKey *key, 14 struct GNUNET_CRYPTO_RsaPrivateKey *key,
14 const struct GNUNET_CONFIGURATION_Handle *c); 15 const struct GNUNET_CONFIGURATION_Handle *c);
15 16
17/**
18 * Stops the interceptor
19 */
16void 20void
17gns_interceptor_stop(void){}; 21gns_interceptor_stop(void){};
18 22