aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 16:58:01 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 16:58:01 +0200
commitb48e77525e3a3c3d35228161cd6b30fc811ef5a9 (patch)
treecb6ca8cdf4e72369ae5675ad5041f751e86bcecf /src/include
parentabdb34e4313940f57c44dd6cfad388bbc42dca76 (diff)
downloadgnunet-b48e77525e3a3c3d35228161cd6b30fc811ef5a9.tar.gz
gnunet-b48e77525e3a3c3d35228161cd6b30fc811ef5a9.zip
-fix conversation
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_conversation_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_conversation_service.h b/src/include/gnunet_conversation_service.h
index 4566caad0..be5a81cfb 100644
--- a/src/include/gnunet_conversation_service.h
+++ b/src/include/gnunet_conversation_service.h
@@ -147,7 +147,7 @@ typedef void
147 struct GNUNET_CONVERSATION_Caller * 147 struct GNUNET_CONVERSATION_Caller *
148 caller, 148 caller,
149 const struct 149 const struct
150 GNUNET_CRYPTO_EcdsaPublicKey *caller_id); 150 GNUNET_IDENTITY_PublicKey *caller_id);
151 151
152 152
153/** 153/**