summaryrefslogtreecommitdiff
path: root/src/include/taler_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-06-04 10:35:37 +0200
committerChristian Grothoff <christian@grothoff.org>2015-06-04 10:35:37 +0200
commit8a93e84d7142aa5d5826a6b51cb19c093f71ca1b (patch)
tree51da23d50b0025e0df4bb1e3d0bbb0d9a7c35f05 /src/include/taler_signatures.h
parent1de6f78a1d4546962e620b5ed93deb9750d73fef (diff)
downloadexchange-8a93e84d7142aa5d5826a6b51cb19c093f71ca1b.tar.gz
exchange-8a93e84d7142aa5d5826a6b51cb19c093f71ca1b.tar.bz2
exchange-8a93e84d7142aa5d5826a6b51cb19c093f71ca1b.zip
use const, annotate in/out argument, avoid postgres_-prefix for non-exported functions
Diffstat (limited to 'src/include/taler_signatures.h')
-rw-r--r--src/include/taler_signatures.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_signatures.h b/src/include/taler_signatures.h
index bc34c32e9..f1d271955 100644
--- a/src/include/taler_signatures.h
+++ b/src/include/taler_signatures.h
@@ -587,7 +587,7 @@ struct TALER_DenominationKeyValidityPS
/**
* Hash code of the denomination public key. (Used to avoid having
- * the variable-size RSA key this struct.)
+ * the variable-size RSA key in this struct.)
*/
struct GNUNET_HashCode denom_hash;