summaryrefslogtreecommitdiff
path: root/src/include/taler_pq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-17 16:46:16 +0200
committerChristian Grothoff <christian@grothoff.org>2015-05-17 16:46:16 +0200
commit25e530f37a09dd154d09e468cc724252524da6c6 (patch)
tree52c459448129749bcd3cfbfa51f156122e893767 /src/include/taler_pq_lib.h
parent9eac126e528b27551dcc689e0d38fe3965ea8314 (diff)
downloadexchange-25e530f37a09dd154d09e468cc724252524da6c6.tar.gz
exchange-25e530f37a09dd154d09e468cc724252524da6c6.tar.bz2
exchange-25e530f37a09dd154d09e468cc724252524da6c6.zip
add test for varsize pq operation
Diffstat (limited to 'src/include/taler_pq_lib.h')
-rw-r--r--src/include/taler_pq_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_pq_lib.h b/src/include/taler_pq_lib.h
index 06ff580fe..d030d9b74 100644
--- a/src/include/taler_pq_lib.h
+++ b/src/include/taler_pq_lib.h
@@ -310,8 +310,8 @@ struct TALER_PQ_ResultSpec
*/
struct TALER_PQ_ResultSpec
TALER_PQ_result_spec_variable_size (const char *name,
- void **dst,
- size_t *sptr);
+ void **dst,
+ size_t *sptr);
/**