aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_json_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_json_lib.h')
-rw-r--r--src/include/taler_json_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_json_lib.h b/src/include/taler_json_lib.h
index dd47feb12..806b39dc1 100644
--- a/src/include/taler_json_lib.h
+++ b/src/include/taler_json_lib.h
@@ -151,7 +151,7 @@ TALER_JSON_pack_token_issue_sig (
struct GNUNET_JSON_PackSpec
TALER_JSON_pack_token_envelope (
const char *name,
- const struct TALER_TokenEnvelopeP *envelope);
+ const struct TALER_TokenEnvelope *envelope);
/**
@@ -635,7 +635,7 @@ TALER_JSON_spec_blinded_token_issue_sig (
struct GNUNET_JSON_Specification
TALER_JSON_spec_token_envelope (
const char *field,
- struct TALER_TokenEnvelopeP *env);
+ struct TALER_TokenEnvelope *env);
/**