aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_my_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_my_lib.h')
-rw-r--r--src/include/gnunet_my_lib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gnunet_my_lib.h b/src/include/gnunet_my_lib.h
index 04dddeb92..74e7bf492 100644
--- a/src/include/gnunet_my_lib.h
+++ b/src/include/gnunet_my_lib.h
@@ -44,7 +44,6 @@ extern "C"
44#endif 44#endif
45 45
46 46
47
48/** 47/**
49 * Information we pass to #GNUNET_MY_exec_prepared() to 48 * Information we pass to #GNUNET_MY_exec_prepared() to
50 * initialize the arguments of the prepared statement. 49 * initialize the arguments of the prepared statement.
@@ -258,7 +257,6 @@ struct GNUNET_MY_ResultSpec
258#define GNUNET_MY_result_spec_end { NULL, NULL, NULL, 0, NULL, 0, 0 } 257#define GNUNET_MY_result_spec_end { NULL, NULL, NULL, 0, NULL, 0, 0 }
259 258
260 259
261
262/** 260/**
263 * Obtain fixed size result of @a ptr_size bytes from 261 * Obtain fixed size result of @a ptr_size bytes from
264 * MySQL, store in already allocated buffer at @a ptr. 262 * MySQL, store in already allocated buffer at @a ptr.