aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_my_lib.h
diff options
context:
space:
mode:
authorChristophe Genevey Metat <genevey.christophe@gmail.com>2016-06-03 16:08:23 +0000
committerChristophe Genevey Metat <genevey.christophe@gmail.com>2016-06-03 16:08:23 +0000
commit67dc0efd426a379b818155ed87f3c1a76d9e352f (patch)
tree80eed7316d10a21a665a51e69846273beeac4947 /src/include/gnunet_my_lib.h
parent6a81c1536eab851aa192b39b00801304377a6b86 (diff)
downloadgnunet-67dc0efd426a379b818155ed87f3c1a76d9e352f.tar.gz
gnunet-67dc0efd426a379b818155ed87f3c1a76d9e352f.zip
start to fix extract result
Diffstat (limited to 'src/include/gnunet_my_lib.h')
-rw-r--r--src/include/gnunet_my_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_my_lib.h b/src/include/gnunet_my_lib.h
index 1ab139d31..f42276554 100644
--- a/src/include/gnunet_my_lib.h
+++ b/src/include/gnunet_my_lib.h
@@ -455,7 +455,7 @@ GNUNET_MY_extract_result (struct GNUNET_MYSQL_StatementHandle *sh,
455 * @param rs reult specification to clean up 455 * @param rs reult specification to clean up
456 */ 456 */
457void 457void
458GNUNET_MY_cleanup_result (struct GNUNET_PQ_ResultSpec *rs); 458GNUNET_MY_cleanup_result (struct GNUNET_MY_ResultSpec *rs);
459 459
460 460
461#if 0 /* keep Emacsens' auto-indent happy */ 461#if 0 /* keep Emacsens' auto-indent happy */