gana

GNUnet Assigned Numbers Authority
Log | Files | Refs | README | LICENSE

commit 4c5ae13bf6c7e3cb070e9d56065cfdfc053f0b3a
parent 5b3d457f4059dece4a4b71dcd841a49da8c9f648
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
Date:   Sun, 28 Feb 2021 11:19:16 +0100

add header autogenerated comment

Diffstat:
Mgnu-name-system-record-types/h.header | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/gnu-name-system-record-types/h.header b/gnu-name-system-record-types/h.header @@ -1,6 +1,6 @@ /* This file is part of GNUnet - Copyright (C) 2012-2020 GNUnet e.V. + Copyright (C) 2012-2021 GNUnet e.V. GNUnet is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published @@ -20,6 +20,15 @@ #ifndef GNU_NAME_SYSTEM_RECORD_TYPES_H #define GNU_NAME_SYSTEM_RECORD_TYPES_H +/** + * WARNING: + * This header is generated! + * In order to add GNS record types, you must register + * them in GANA, and then use the header generation script + * to create an update of this file. You may then replace this + * file with the update. + */ + #ifdef __cplusplus extern "C" { #if 0 /* keep Emacsens' auto-indent happy */