summaryrefslogtreecommitdiff
path: root/src/include/sync_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-11-14 19:54:10 +0100
committerChristian Grothoff <christian@grothoff.org>2019-11-14 19:54:10 +0100
commit29877ddfcc811c75bd6b11ec91dc2ad235ac77ae (patch)
tree59598281a70361b063c29f6b5d5340a2e26792c2 /src/include/sync_service.h
parentd3a649c4507ee6283f36af3d10136650ed29ba45 (diff)
downloadsync-29877ddfcc811c75bd6b11ec91dc2ad235ac77ae.tar.gz
sync-29877ddfcc811c75bd6b11ec91dc2ad235ac77ae.tar.bz2
sync-29877ddfcc811c75bd6b11ec91dc2ad235ac77ae.zip
ignores
Diffstat (limited to 'src/include/sync_service.h')
-rw-r--r--src/include/sync_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/sync_service.h b/src/include/sync_service.h
index d0c79af..e99d0c3 100644
--- a/src/include/sync_service.h
+++ b/src/include/sync_service.h
@@ -29,7 +29,7 @@
/**
* Private key identifying an account.
*/
-struct SYNC_AccountPrivateKey
+struct SYNC_AccountPrivateKeyP
{
/**
* We use EdDSA.
@@ -41,7 +41,7 @@ struct SYNC_AccountPrivateKey
/**
* Public key identifying an account.
*/
-struct SYNC_AccountPublicKey
+struct SYNC_AccountPublicKeyP
{
/**
* We use EdDSA.
@@ -53,7 +53,7 @@ struct SYNC_AccountPublicKey
/**
* Signature made with an account's public key.
*/
-struct SYNC_AccountSignature
+struct SYNC_AccountSignatureP
{
/**
* We use EdDSA.