gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r38045 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r38045 - gnunet/src/include
Date: Fri, 30 Sep 2016 10:00:03 +0200

Author: grothoff
Date: 2016-09-30 10:00:03 +0200 (Fri, 30 Sep 2016)
New Revision: 38045

Modified:
   gnunet/src/include/gnunet_postgres_lib.h
   gnunet/src/include/gnunet_pq_lib.h
Log:
-fix include

Modified: gnunet/src/include/gnunet_postgres_lib.h
===================================================================
--- gnunet/src/include/gnunet_postgres_lib.h    2016-09-30 06:41:31 UTC (rev 
38044)
+++ gnunet/src/include/gnunet_postgres_lib.h    2016-09-30 08:00:03 UTC (rev 
38045)
@@ -31,7 +31,7 @@
 #define GNUNET_POSTGRES_LIB_H
 
 #include "gnunet_util_lib.h"
-#include <libpq-fe.h>
+#include <postgresql/libpq-fe.h>
 
 #ifdef __cplusplus
 extern "C"
@@ -57,12 +57,12 @@
  * @return #GNUNET_OK if the result is acceptable
  */
 int
-GNUNET_POSTGRES_check_result_ (PGconn *dbh, 
+GNUNET_POSTGRES_check_result_ (PGconn *dbh,
                               PGresult *ret,
                               int expected_status,
-                               const char *command, 
+                               const char *command,
                               const char *args,
-                               const char *filename, 
+                               const char *filename,
                               int line);
 
 
@@ -91,9 +91,9 @@
  * @return #GNUNET_OK on success
  */
 int
-GNUNET_POSTGRES_exec_ (PGconn *dbh, 
-                      const char *sql, 
-                      const char *filename, 
+GNUNET_POSTGRES_exec_ (PGconn *dbh,
+                      const char *sql,
+                      const char *filename,
                       int line);
 
 
@@ -119,11 +119,11 @@
  * @return #GNUNET_OK on success
  */
 int
-GNUNET_POSTGRES_prepare_ (PGconn *dbh, 
-                         const char *name, 
+GNUNET_POSTGRES_prepare_ (PGconn *dbh,
+                         const char *name,
                          const char *sql,
                           int nparams,
-                          const char *filename, 
+                          const char *filename,
                          int line);
 
 

Modified: gnunet/src/include/gnunet_pq_lib.h
===================================================================
--- gnunet/src/include/gnunet_pq_lib.h  2016-09-30 06:41:31 UTC (rev 38044)
+++ gnunet/src/include/gnunet_pq_lib.h  2016-09-30 08:00:03 UTC (rev 38045)
@@ -21,7 +21,7 @@
 #ifndef GNUNET_PQ_LIB_H_
 #define GNUNET_PQ_LIB_H_
 
-#include <libpq-fe.h>
+#include <postgresql/libpq-fe.h>
 #include "gnunet_util_lib.h"
 
 




reply via email to

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