diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-03-22 18:12:39 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-03-22 18:12:39 +0000 |
commit | 0170d9644f3cf748ebe6b54d6171671d85b498bc (patch) | |
tree | 8fb62d98fd3d4462730c1fafec7b74ff1f96642d /src/datastore/plugin_datastore_postgres.c | |
parent | 74e945f26e285cbea91ee41660bd677d5fec4018 (diff) |
-docs
git-svn-id: https://gnunet.org/svn/gnunet@20686 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_postgres.c')
-rw-r--r-- | src/datastore/plugin_datastore_postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c index 16393c23c2..31ba09a871 100644 --- a/src/datastore/plugin_datastore_postgres.c +++ b/src/datastore/plugin_datastore_postgres.c @@ -339,7 +339,7 @@ init_connection (struct Plugin *plugin) * @return GNUNET_OK on success */ static int -delete_by_rowid (struct Plugin *plugin, unsigned int rowid) +delete_by_rowid (struct Plugin *plugin, uint32_t rowid) { uint32_t browid; const char *paramValues[] = { (const char *) &browid }; |