summaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_wire_prepare_data_insert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchangedb/pg_wire_prepare_data_insert.h')
-rw-r--r--src/exchangedb/pg_wire_prepare_data_insert.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/exchangedb/pg_wire_prepare_data_insert.h b/src/exchangedb/pg_wire_prepare_data_insert.h
index 2b6050d05..e73ee152d 100644
--- a/src/exchangedb/pg_wire_prepare_data_insert.h
+++ b/src/exchangedb/pg_wire_prepare_data_insert.h
@@ -36,7 +36,8 @@
*/
enum GNUNET_DB_QueryStatus
TEH_PG_wire_prepare_data_insert (void *cls,
- const char *type,
- const char *buf,
+ const char *type,
+ const char *buf,
size_t buf_size);
+
#endif