aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_sq_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_sq_lib.h')
-rw-r--r--src/include/gnunet_sq_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_sq_lib.h b/src/include/gnunet_sq_lib.h
index 51713e755..b84e6759a 100644
--- a/src/include/gnunet_sq_lib.h
+++ b/src/include/gnunet_sq_lib.h
@@ -25,6 +25,7 @@
25#ifndef GNUNET_SQ_LIB_H 25#ifndef GNUNET_SQ_LIB_H
26#define GNUNET_SQ_LIB_H 26#define GNUNET_SQ_LIB_H
27 27
28
28#include <sqlite3.h> 29#include <sqlite3.h>
29#include "gnunet_util_lib.h" 30#include "gnunet_util_lib.h"
30 31
@@ -91,7 +92,7 @@ struct GNUNET_SQ_QueryParam
91 * @a ptr_size bytes. 92 * @a ptr_size bytes.
92 * 93 *
93 * @param ptr pointer to the query parameter to pass 94 * @param ptr pointer to the query parameter to pass
94 * @oaran ptr_size number of bytes in @a ptr 95 * @param ptr_size number of bytes in @a ptr
95 */ 96 */
96struct GNUNET_SQ_QueryParam 97struct GNUNET_SQ_QueryParam
97GNUNET_SQ_query_param_fixed_size (const void *ptr, 98GNUNET_SQ_query_param_fixed_size (const void *ptr,