aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/plugin_exchangedb_postgres.c
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-10-05 16:07:22 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-10-05 16:07:22 +0200
commitfc83650115313d50f79a11ce79f057474d755322 (patch)
treebb888c212645fe0bf4a66ab1e37dca48009ca423 /src/exchangedb/plugin_exchangedb_postgres.c
parent2524dfc8d318a8f765e1600f1ecde54bc6c5a921 (diff)
refactor extensions: config -> manifest
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index 3b06ed40..3854469e 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -15241,8 +15241,8 @@ postgres_set_extension_manifest (void *cls,
*/
enum GNUNET_DB_QueryStatus
postgres_get_extension_manifest (void *cls,
- const char *extension_name,
- char **manifest)
+ const char *extension_name,
+ char **manifest)
{
struct PostgresClosure *pg = cls;
struct GNUNET_PQ_QueryParam params[] = {