aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_pq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-02-09 15:57:39 +0100
committerChristian Grothoff <christian@grothoff.org>2020-02-09 15:57:39 +0100
commit8f375b3ea7d53dab21a74b6e08b378bcaab69187 (patch)
tree7756eab549741765e82640161f94fe8b79f89450 /src/include/gnunet_pq_lib.h
parent3039adb9578b01b3649c5c8ae5f4d6d8f8a7d51d (diff)
downloadgnunet-8f375b3ea7d53dab21a74b6e08b378bcaab69187.tar.gz
gnunet-8f375b3ea7d53dab21a74b6e08b378bcaab69187.zip
use NULL value in load_path_suffix to NOT load any files
Diffstat (limited to 'src/include/gnunet_pq_lib.h')
-rw-r--r--src/include/gnunet_pq_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_pq_lib.h b/src/include/gnunet_pq_lib.h
index 090e81331..12ec19d7e 100644
--- a/src/include/gnunet_pq_lib.h
+++ b/src/include/gnunet_pq_lib.h
@@ -756,7 +756,7 @@ GNUNET_PQ_connect (const char *config_str,
756struct GNUNET_PQ_Context * 756struct GNUNET_PQ_Context *
757GNUNET_PQ_connect_with_cfg (const struct GNUNET_CONFIGURATION_Handle *cfg, 757GNUNET_PQ_connect_with_cfg (const struct GNUNET_CONFIGURATION_Handle *cfg,
758 const char *section, 758 const char *section,
759 const char *load_path, 759 const char *load_path_suffix,
760 const struct GNUNET_PQ_ExecuteStatement *es, 760 const struct GNUNET_PQ_ExecuteStatement *es,
761 const struct GNUNET_PQ_PreparedStatement *ps); 761 const struct GNUNET_PQ_PreparedStatement *ps);
762 762