-fixes, interceptor now speaks zkey
[oweals/gnunet.git] / src / gns / gnunet-service-gns_interceptor.h
1 #ifndef GNUNET_GNS_INTERCEPTOR_H
2 #define GNUNET_GNS_INTERCEPTOR_H
3
4 /**
5  * Initialize dns interceptor
6  *
7  * @param zone the zone
8  * @param c the configuration
9  * @return GNUNET_YES on success GNUNET_SYSERR on error
10  */
11 int
12 gns_interceptor_init(GNUNET_HashCode zone,
13                      struct GNUNET_CRYPTO_RsaPrivateKey *key,
14                      const struct GNUNET_CONFIGURATION_Handle *c);
15
16 void
17 gns_interceptor_stop(void){};
18
19 #endif