aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq/pq.h')
-rw-r--r--src/pq/pq.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pq/pq.h b/src/pq/pq.h
index b30f4f0d4..91a890bcb 100644
--- a/src/pq/pq.h
+++ b/src/pq/pq.h
@@ -52,6 +52,11 @@ struct GNUNET_PQ_Context
52 * Configuration to use to connect to the DB. 52 * Configuration to use to connect to the DB.
53 */ 53 */
54 char *config_str; 54 char *config_str;
55
56 /**
57 * Path to load SQL files from.
58 */
59 char *load_path;
55}; 60};
56 61
57#endif 62#endif