gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: fix typo in symbol name


From: gnunet
Subject: [gnunet] branch master updated: fix typo in symbol name
Date: Mon, 08 Jan 2024 15:24:25 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 42fb665c0 fix typo in symbol name
42fb665c0 is described below

commit 42fb665c06b6fd8fe0139849c29f65db374726dc
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 8 15:24:03 2024 +0100

    fix typo in symbol name
---
 src/include/gnunet_pq_lib.h | 2 +-
 src/lib/pq/Makefile.am      | 2 +-
 src/lib/pq/pq_event.c       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/include/gnunet_pq_lib.h b/src/include/gnunet_pq_lib.h
index db9befa1a..3d9c12cb2 100644
--- a/src/include/gnunet_pq_lib.h
+++ b/src/include/gnunet_pq_lib.h
@@ -1621,7 +1621,7 @@ GNUNET_PQ_event_notify (struct GNUNET_PQ_Context *db,
  * @return channel to notify upon
  */
 char *
-GNUNET_PG_get_event_notify_channel (const struct GNUNET_DB_EventHeaderP *es);
+GNUNET_PQ_get_event_notify_channel (const struct GNUNET_DB_EventHeaderP *es);
 
 
 /**
diff --git a/src/lib/pq/Makefile.am b/src/lib/pq/Makefile.am
index 6a42499ca..1884fc868 100644
--- a/src/lib/pq/Makefile.am
+++ b/src/lib/pq/Makefile.am
@@ -32,7 +32,7 @@ libgnunetpq_la_LIBADD = -lpq \
 libgnunetpq_la_LDFLAGS = \
  $(POSTGRESQL_LDFLAGS) \
  $(GN_LIB_LDFLAGS) \
-  -version-info 4:0:0
+  -version-info 5:0:0
 
 if ENABLE_TEST_RUN
 AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export 
PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset 
XDG_CONFIG_HOME;
diff --git a/src/lib/pq/pq_event.c b/src/lib/pq/pq_event.c
index fff9e16f7..7506ff2f0 100644
--- a/src/lib/pq/pq_event.c
+++ b/src/lib/pq/pq_event.c
@@ -519,7 +519,7 @@ GNUNET_PQ_event_listen_cancel (struct 
GNUNET_DB_EventHandler *eh)
 
 
 char *
-GNUNET_PG_get_event_notify_channel (const struct GNUNET_DB_EventHeaderP *es)
+GNUNET_PQ_get_event_notify_channel (const struct GNUNET_DB_EventHeaderP *es)
 {
   char sql[16 + 64 + 8];
   char *end;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]