-large cleanup and bugfixes
[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                      const struct GNUNET_CONFIGURATION_Handle *c);
14
15 void
16 gns_interceptor_stop(void){};
17
18 #endif