diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-05-15 14:46:03 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-05-15 14:46:03 +0200 |
commit | 85f198ef32012b02d72a7e4af2924f69b6625f73 (patch) | |
tree | 6cd703901b84a51dbf293a98e61331ca426c2597 /src/include/taler_pq_lib.h | |
parent | 955054bf25222be9c3942f695e74c8195627405c (diff) |
getting test to pass
Diffstat (limited to 'src/include/taler_pq_lib.h')
-rw-r--r-- | src/include/taler_pq_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_pq_lib.h b/src/include/taler_pq_lib.h index 6570cb956..980ca29bf 100644 --- a/src/include/taler_pq_lib.h +++ b/src/include/taler_pq_lib.h @@ -179,7 +179,7 @@ TALER_PQ_QUERY_PARAM_RSA_SIGNATURE(const struct GNUNET_CRYPTO_rsa_Signature *x); * @param x pointer to the query parameter to pass */ struct TALER_PQ_QueryParam -TALER_PQ_QUERY_PARAM_ABSOLUTE_TIME(struct GNUNET_TIME_Absolute x); +TALER_PQ_QUERY_PARAM_ABSOLUTE_TIME(const struct GNUNET_TIME_Absolute *x); /** |