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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/gnunet_sq_lib.h b/src/include/gnunet_sq_lib.h
index b6b09eb67..21ce5b393 100644
--- a/src/include/gnunet_sq_lib.h
+++ b/src/include/gnunet_sq_lib.h
@@ -98,7 +98,6 @@ GNUNET_SQ_query_param_fixed_size (const void *ptr,
98 size_t ptr_size); 98 size_t ptr_size);
99 99
100 100
101
102/** 101/**
103 * Generate query parameter for a string. 102 * Generate query parameter for a string.
104 * 103 *
@@ -452,7 +451,6 @@ void
452GNUNET_SQ_cleanup_result (struct GNUNET_SQ_ResultSpec *rs); 451GNUNET_SQ_cleanup_result (struct GNUNET_SQ_ResultSpec *rs);
453 452
454 453
455
456/* ******************** sq_prepare.c functions ************** */ 454/* ******************** sq_prepare.c functions ************** */
457 455
458 456
@@ -492,7 +490,6 @@ GNUNET_SQ_make_prepare (const char *sql,
492 sqlite3_stmt **pstmt); 490 sqlite3_stmt **pstmt);
493 491
494 492
495
496/** 493/**
497 * Prepare all statements given in the (NULL,NULL)-terminated 494 * Prepare all statements given in the (NULL,NULL)-terminated
498 * array at @a ps 495 * array at @a ps
@@ -568,7 +565,6 @@ GNUNET_SQ_exec_statements (sqlite3 *dbh,
568 const struct GNUNET_SQ_ExecuteStatement *es); 565 const struct GNUNET_SQ_ExecuteStatement *es);
569 566
570 567
571
572#endif /* GNUNET_SQ_LIB_H_ */ 568#endif /* GNUNET_SQ_LIB_H_ */
573 569
574/* end of include/gnunet_sq_lib.h */ 570/* end of include/gnunet_sq_lib.h */