diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-03-31 13:50:32 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-03-31 13:50:32 +0200 |
commit | 6eed8917c37ad047ee95e964cd516d82aacac473 (patch) | |
tree | 5dedf24afa822f80325abbd407275f9de840b302 /src/exchangedb/pg_update_wire.h | |
parent | 9cce35d27027e1e72e44ac8965ae687d75f1c93d (diff) |
fix exchangedb build errors
Diffstat (limited to 'src/exchangedb/pg_update_wire.h')
-rw-r--r-- | src/exchangedb/pg_update_wire.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/pg_update_wire.h b/src/exchangedb/pg_update_wire.h index c01d68a46..67038b580 100644 --- a/src/exchangedb/pg_update_wire.h +++ b/src/exchangedb/pg_update_wire.h @@ -36,8 +36,8 @@ */ enum GNUNET_DB_QueryStatus TEH_PG_update_wire (void *cls, - const char *payto_uri, - struct GNUNET_TIME_Timestamp change_date, + const char *payto_uri, + struct GNUNET_TIME_Timestamp change_date, bool enabled); #endif |