aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_my_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/include/gnunet_my_lib.h
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
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.