aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_get_extension_manifest.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-14 05:10:56 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-14 05:10:56 +0100
commit4ea2e0c42a5d5591241570dd26a54e0b22a89b33 (patch)
treebe5d7cf58d8b26076da682253c94e9a773efec97 /src/exchangedb/pg_get_extension_manifest.c
parent9db572706d81ece0fe5c0d094b956572ddd8516d (diff)
downloadexchange-4ea2e0c42a5d5591241570dd26a54e0b22a89b33.tar.xz
-fix linker issues
Diffstat (limited to 'src/exchangedb/pg_get_extension_manifest.c')
-rw-r--r--src/exchangedb/pg_get_extension_manifest.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchangedb/pg_get_extension_manifest.c b/src/exchangedb/pg_get_extension_manifest.c
index 7df50e2b1..5e95897d3 100644
--- a/src/exchangedb/pg_get_extension_manifest.c
+++ b/src/exchangedb/pg_get_extension_manifest.c
@@ -35,9 +35,9 @@
* @return transaction status code
*/
enum GNUNET_DB_QueryStatus
-postgres_get_extension_manifest (void *cls,
- const char *extension_name,
- char **manifest)
+TEH_PG_get_extension_manifest (void *cls,
+ const char *extension_name,
+ char **manifest)
{
struct PostgresClosure *pg = cls;
struct GNUNET_PQ_QueryParam params[] = {
@@ -54,7 +54,7 @@ postgres_get_extension_manifest (void *cls,
};
*manifest = NULL;
- /* Used in #postgres_get_extension_manifest */
+ /* Used in #postgres_get_extension_manifest */
PREPARE (pg,
"get_extension_manifest",
"SELECT "