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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_pq_lib.h b/src/include/gnunet_pq_lib.h
index dd41406d3..a7525df7e 100644
--- a/src/include/gnunet_pq_lib.h
+++ b/src/include/gnunet_pq_lib.h
@@ -58,8 +58,7 @@ struct GNUNET_PQ_QueryParam
58{ 58{
59 59
60 /** 60 /**
61 * Format of the rest of the entry, determines the data 61 * Function for how to handle this type of entry.
62 * type that is being added to the query.
63 */ 62 */
64 GNUNET_PQ_QueryConverter conv; 63 GNUNET_PQ_QueryConverter conv;
65 64