aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_preflight.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-21 14:56:46 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-21 14:56:46 +0100
commit9d43bf92c45e771afdada11851393e0a82a91078 (patch)
treef214c5fc48e8c4f2d9b88b6c65893c4cde731929 /src/exchangedb/pg_preflight.h
parent358388597835c364e9454a39d7161f06cbaac81c (diff)
downloadexchange-9d43bf92c45e771afdada11851393e0a82a91078.tar.xz
-doxygen
Diffstat (limited to 'src/exchangedb/pg_preflight.h')
-rw-r--r--src/exchangedb/pg_preflight.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/exchangedb/pg_preflight.h b/src/exchangedb/pg_preflight.h
index d2b20493f..ba994f1e6 100644
--- a/src/exchangedb/pg_preflight.h
+++ b/src/exchangedb/pg_preflight.h
@@ -14,12 +14,12 @@
TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/>
*/
/**
- * @file exchangedb/pg_prefligth.h
- * @brief implementation of the prefligth function for Postgres
+ * @file exchangedb/pg_preflight.h
+ * @brief implementation of the preflight function for Postgres
* @author Christian Grothoff
*/
-#ifndef PG_PREFLIGHT_H
-#define PG_PREFLIGHT_H
+#ifndef PG_PREFLIGTH_H
+#define PG_PREFLIGTH_H
#include "taler_util.h"
#include "taler_json_lib.h"
@@ -40,4 +40,5 @@
enum GNUNET_GenericReturnValue
TEH_PG_preflight (void *cls);
+
#endif