aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_pq_lib.h
diff options
context:
space:
mode:
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