summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-15 14:46:03 +0200
committerChristian Grothoff <christian@grothoff.org>2015-05-15 14:46:03 +0200
commit85f198ef32012b02d72a7e4af2924f69b6625f73 (patch)
tree6cd703901b84a51dbf293a98e61331ca426c2597 /src/include
parent955054bf25222be9c3942f695e74c8195627405c (diff)
downloadexchange-85f198ef32012b02d72a7e4af2924f69b6625f73.tar.gz
exchange-85f198ef32012b02d72a7e4af2924f69b6625f73.tar.bz2
exchange-85f198ef32012b02d72a7e4af2924f69b6625f73.zip
getting test to pass
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_pq_lib.h2
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);
/**