aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-01-04 15:56:59 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-01-04 15:56:59 +0100
commit73f3f349883bdfd81a823136cfe2f25bd8ce72b2 (patch)
tree431be854cf971ccb3df4fddcee6d94ddb3804110 /src/include
parenta5ca7d5975c65bdfdc02087cf54ea88f1fdf4bd7 (diff)
downloadgnunet-73f3f349883bdfd81a823136cfe2f25bd8ce72b2.tar.gz
gnunet-73f3f349883bdfd81a823136cfe2f25bd8ce72b2.zip
-fix
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnu_name_system_record_types.h2
-rw-r--r--src/include/gnunet_signatures.h11
2 files changed, 12 insertions, 1 deletions
diff --git a/src/include/gnu_name_system_record_types.h b/src/include/gnu_name_system_record_types.h
index 22b2c472e..15b92bd95 100644
--- a/src/include/gnu_name_system_record_types.h
+++ b/src/include/gnu_name_system_record_types.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 Copyright (C) 2012-2021 GNUnet e.V. 3 Copyright (C) 2012-2022 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index ef38e3b1e..ff34485c8 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -20,6 +20,17 @@
20#ifndef GNUNET_SIGNATURES_H 20#ifndef GNUNET_SIGNATURES_H
21#define GNUNET_SIGNATURES_H 21#define GNUNET_SIGNATURES_H
22 22
23/**
24 * WARNING:
25 * This header is generated!
26 * In order to add a signature purpose, you must register
27 * them in GANA, and then use the header generation script
28 * to create an update of this file. You may then replace this
29 * file with the update.
30 */
31
32
33
23#ifdef __cplusplus 34#ifdef __cplusplus
24extern "C" { 35extern "C" {
25#if 0 /* keep Emacsens' auto-indent happy */ 36#if 0 /* keep Emacsens' auto-indent happy */