aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-14 23:28:24 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-14 23:28:24 +0000
commitede63ea813def7cc45f736c18187a772063c6035 (patch)
treed6af1b24dd516bfa3e22e981543447c1837f72e3 /src/include/gnunet_identity_service.h
parent74691f3316f40bf3d7c309bd82d5b6c99c6fa2f6 (diff)
downloadgnunet-ede63ea813def7cc45f736c18187a772063c6035.tar.gz
gnunet-ede63ea813def7cc45f736c18187a772063c6035.zip
-doxygen
Diffstat (limited to 'src/include/gnunet_identity_service.h')
-rw-r--r--src/include/gnunet_identity_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index fd39fbec8..e0d528d9d 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -181,10 +181,10 @@ GNUNET_IDENTITY_set (struct GNUNET_IDENTITY_Handle *id,
181/** 181/**
182 * Disconnect from identity service. 182 * Disconnect from identity service.
183 * 183 *
184 * @param id identity service to disconnect 184 * @param h identity service to disconnect
185 */ 185 */
186void 186void
187GNUNET_IDENTITY_disconnect (struct GNUNET_IDENTITY_Handle *id); 187GNUNET_IDENTITY_disconnect (struct GNUNET_IDENTITY_Handle *h);
188 188
189 189
190/** 190/**