-doxygen
authorChristian Grothoff <christian@grothoff.org>
Sun, 14 Jul 2013 23:28:24 +0000 (23:28 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 14 Jul 2013 23:28:24 +0000 (23:28 +0000)
src/include/gnunet_identity_service.h

index fd39fbec84c3edc06de9922390ff701bcda35703..e0d528d9d17a16e362b703dfb3b12d138656d3fc 100644 (file)
@@ -181,10 +181,10 @@ GNUNET_IDENTITY_set (struct GNUNET_IDENTITY_Handle *id,
 /**
  * Disconnect from identity service.
  *
- * @param id identity service to disconnect
+ * @param h identity service to disconnect
  */ 
 void
-GNUNET_IDENTITY_disconnect (struct GNUNET_IDENTITY_Handle *id);
+GNUNET_IDENTITY_disconnect (struct GNUNET_IDENTITY_Handle *h);
 
 
 /**