diff options
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 |
commit | fc83650115313d50f79a11ce79f057474d755322 (patch) | |
tree | bb888c212645fe0bf4a66ab1e37dca48009ca423 /src/exchangedb/plugin_exchangedb_postgres.c | |
parent | 2524dfc8d318a8f765e1600f1ecde54bc6c5a921 (diff) |
refactor extensions: config -> manifest
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 4 |
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[] = { |