aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_interceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-service-gns_interceptor.h')
-rw-r--r--src/gns/gnunet-service-gns_interceptor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gns/gnunet-service-gns_interceptor.h b/src/gns/gnunet-service-gns_interceptor.h
index 095448db2..10e1acab6 100644
--- a/src/gns/gnunet-service-gns_interceptor.h
+++ b/src/gns/gnunet-service-gns_interceptor.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20/** 20/**
21 * @file gns/gnunet-service-gns_interceptor.h 21 * @file gns/gnunet-service-gns_interceptor.h
22 * @brief GNUnet GNS service 22 * @brief GNUnet GNS service
@@ -35,12 +35,12 @@
35 * @return #GNUNET_YES on success #GNUNET_SYSERR on error 35 * @return #GNUNET_YES on success #GNUNET_SYSERR on error
36 */ 36 */
37int 37int
38GNS_interceptor_init (const struct GNUNET_CONFIGURATION_Handle *c); 38GNS_interceptor_init(const struct GNUNET_CONFIGURATION_Handle *c);
39 39
40/** 40/**
41 * Stops the interceptor 41 * Stops the interceptor
42 */ 42 */
43void 43void
44GNS_interceptor_done (void); 44GNS_interceptor_done(void);
45 45
46#endif 46#endif