summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_begin_shard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_begin_shard.h')
-rw-r--r--src/exchangedb/pg_begin_shard.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/exchangedb/pg_begin_shard.h b/src/exchangedb/pg_begin_shard.h
index 39bd834e9..16f19491d 100644
--- a/src/exchangedb/pg_begin_shard.h
+++ b/src/exchangedb/pg_begin_shard.h
@@ -38,10 +38,10 @@
*/
enum GNUNET_DB_QueryStatus
TEH_PG_begin_shard (void *cls,
- const char *job_name,
- struct GNUNET_TIME_Relative delay,
- uint64_t shard_size,
- uint64_t *start_row,
+ const char *job_name,
+ struct GNUNET_TIME_Relative delay,
+ uint64_t shard_size,
+ uint64_t *start_row,
uint64_t *end_row);
#endif