aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_my_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-24 20:23:27 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-24 20:23:27 +0000
commit315f640ad976ba53029d1ddd734c60971434ff6d (patch)
treedbc37817b41f589936b3dd2ebf25e95825d4af30 /src/include/gnunet_my_lib.h
parent917577b90b38e848b8c62d10478ce4b65de04244 (diff)
downloadgnunet-315f640ad976ba53029d1ddd734c60971434ff6d.tar.gz
gnunet-315f640ad976ba53029d1ddd734c60971434ff6d.zip
-housekeeping
Diffstat (limited to 'src/include/gnunet_my_lib.h')
-rw-r--r--src/include/gnunet_my_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_my_lib.h b/src/include/gnunet_my_lib.h
index 88b527e20..f8ea01490 100644
--- a/src/include/gnunet_my_lib.h
+++ b/src/include/gnunet_my_lib.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet 2 This file is part of GNUnet
3 Copyright (C) 2012 GNUnet e.V. 3 Copyright (C) 2016 GNUnet e.V.
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -476,7 +476,7 @@ GNUNET_MY_extract_result (struct GNUNET_MYSQL_StatementHandle *sh,
476 */ 476 */
477void 477void
478GNUNET_MY_cleanup_query (struct GNUNET_MY_QueryParam *qp, 478GNUNET_MY_cleanup_query (struct GNUNET_MY_QueryParam *qp,
479 MYSQL_BIND *qbind); 479 MYSQL_BIND *qbind);
480 480
481 481
482/** 482/**