aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-11-03 23:52:51 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-11-03 23:52:51 +0000
commite29e2169b8b0c9799a0ca907ebb89c280ef599c6 (patch)
tree96f614a0c9137325f7e484274b7d285f027f6b59 /src/include
parent19e97bcb8b445c443808acfc90c950844d5b2a58 (diff)
downloadgnunet-e29e2169b8b0c9799a0ca907ebb89c280ef599c6.tar.gz
gnunet-e29e2169b8b0c9799a0ca907ebb89c280ef599c6.zip
typo
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_secretsharing_service.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/gnunet_secretsharing_service.h b/src/include/gnunet_secretsharing_service.h
index 80ec8f2e8..e5f752398 100644
--- a/src/include/gnunet_secretsharing_service.h
+++ b/src/include/gnunet_secretsharing_service.h
@@ -189,12 +189,13 @@ GNUNET_SECRETSHARING_encrypt (const struct GNUNET_SECRETSHARING_Session *session
189 * @param cls closure for decrypt_cb 189 * @param cls closure for decrypt_cb
190 * @return handle to cancel the operation 190 * @return handle to cancel the operation
191 */ 191 */
192struct GNUNET_SECRETSHARING_DecryptionHandle 192struct GNUNET_SECRETSHARING_DecryptionHandle *
193GNUNET_SECRETSHARING_publish_decrypt (struct GNUNET_SECRETSHARING_Session *session, 193GNUNET_SECRETSHARING_publish_decrypt (struct GNUNET_SECRETSHARING_Session *session,
194 struct GNUNET_SECRETSHARING_Ciphertext *ciphertext, 194 struct GNUNET_SECRETSHARING_Ciphertext *ciphertext,
195 GNUNET_SECRETSHARING_DecryptCallback decrypt_cb, 195 GNUNET_SECRETSHARING_DecryptCallback decrypt_cb,
196 void *cls); 196 void *cls);
197 197
198
198/** 199/**
199 * Cancel a decryption. 200 * Cancel a decryption.
200 * 201 *
@@ -207,9 +208,6 @@ void
207GNUNET_SECRETSHARING_cancel_decrypt (struct GNUNET_SECRETSHARING_DecryptionHandle *decryption_handle); 208GNUNET_SECRETSHARING_cancel_decrypt (struct GNUNET_SECRETSHARING_DecryptionHandle *decryption_handle);
208 209
209 210
210
211
212
213#if 0 /* keep Emacsens' auto-indent happy */ 211#if 0 /* keep Emacsens' auto-indent happy */
214{ 212{
215#endif 213#endif