aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_identity_service.h')
-rw-r--r--src/include/gnunet_identity_service.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index e5ea98de3..fd39fbec8 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -61,6 +61,11 @@ struct GNUNET_IDENTITY_Handle;
61 */ 61 */
62struct GNUNET_IDENTITY_Ego; 62struct GNUNET_IDENTITY_Ego;
63 63
64/**
65 * Handle for an operation with the identity service.
66 */
67struct GNUNET_IDENTITY_Operation;
68
64 69
65/** 70/**
66 * Obtain the ECC key associated with a ego. 71 * Obtain the ECC key associated with a ego.