aboutsummaryrefslogtreecommitdiff
path: root/src/peerstore/plugin_peerstore_sqlite.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-22 17:29:01 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-22 17:29:01 +0100
commitca90313490f4233ce9d209abbdcc2d78d16b8326 (patch)
treeae0743a71f00cd744ba2368cb45c9a4f3949752c /src/peerstore/plugin_peerstore_sqlite.c
parentae82c19b277ae3f5f43379ed6fc384aba4fdea83 (diff)
downloadgnunet-ca90313490f4233ce9d209abbdcc2d78d16b8326.tar.gz
gnunet-ca90313490f4233ce9d209abbdcc2d78d16b8326.zip
add new hello generation support logic to tng
Diffstat (limited to 'src/peerstore/plugin_peerstore_sqlite.c')
-rw-r--r--src/peerstore/plugin_peerstore_sqlite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerstore/plugin_peerstore_sqlite.c b/src/peerstore/plugin_peerstore_sqlite.c
index 7ecb7bacd..e09274989 100644
--- a/src/peerstore/plugin_peerstore_sqlite.c
+++ b/src/peerstore/plugin_peerstore_sqlite.c
@@ -496,7 +496,7 @@ sql_prepare (sqlite3 *dbh,
496 * as needed as well). 496 * as needed as well).
497 * 497 *
498 * @param plugin the plugin context (state for this module) 498 * @param plugin the plugin context (state for this module)
499 * @return GNUNET_OK on success 499 * @return #GNUNET_OK on success
500 */ 500 */
501static int 501static int
502database_setup (struct Plugin *plugin) 502database_setup (struct Plugin *plugin)