From bd76ae195ba95ef18bb1d91f7e3ff7501543bf1c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 1 Aug 2021 13:38:59 +0200 Subject: new DB events registry --- gnu-taler-db-events/h.header | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 gnu-taler-db-events/h.header (limited to 'gnu-taler-db-events/h.header') diff --git a/gnu-taler-db-events/h.header b/gnu-taler-db-events/h.header new file mode 100644 index 0000000..34704e0 --- /dev/null +++ b/gnu-taler-db-events/h.header @@ -0,0 +1,46 @@ +/* + This file is part of GNU Taler + Copyright (C) 2012-2021 Taler Systems SA + + GNU Taler is free software: you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation, either version 3 of the License, + or (at your option) any later version. + + GNU Taler is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see . + + SPDX-License-Identifier: LGPL3.0-or-later + + Note: the LGPL does not apply to all components of GNU Taler, + but it does apply to this file. + */ + /** + * @file include/taler_dbevents.h + * @brief GNU Taler database event types, generated via https://gana.gnunet.org/ + * + * Do NOT edit this file, it is generated! + */ +#ifndef GNU_TALER_DBEVENTS_H +#define GNU_TALER_DBEVENTS_H + +#ifdef __cplusplus +extern "C" { +#if 0 /* keep Emacsens' auto-indent happy */ +} +#endif +#endif + +#include + + +/** + * Taler database event types. + */ +enum TALER_DbEventType +{ -- cgit v1.2.3