aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-14 20:27:06 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-14 20:27:06 +0000
commita7349d7a85cc142fa2416671da346d368819775d (patch)
tree855d1a44417cb31bdb1852ff1a845529191c2337 /src/include/gnunet_identity_service.h
parentcd96a296196e7951be4064cdab4824fda0b4b1d7 (diff)
downloadgnunet-a7349d7a85cc142fa2416671da346d368819775d.tar.gz
gnunet-a7349d7a85cc142fa2416671da346d368819775d.zip
-first steps towards identity client API
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.