aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_preflight.h
diff options
context:
space:
mode:
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