aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_postgres.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-22 18:12:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-22 18:12:39 +0000
commit6ba8bbb5b9034d61ea1b54c7a6d0a670e759b6eb (patch)
tree8fb62d98fd3d4462730c1fafec7b74ff1f96642d /src/datastore/plugin_datastore_postgres.c
parent1523e4484f658161ecbe4803ffab5d36ce277d0e (diff)
-docs
Diffstat (limited to 'src/datastore/plugin_datastore_postgres.c')
-rw-r--r--src/datastore/plugin_datastore_postgres.c2
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 };