psyc: ipc messages, notify callback for modifiers, tests
[oweals/gnunet.git] / src / include / gnunet_secretsharing_service.h
index 7752bb2d2e2eec103dd7f29ceb3e2720125df1c2..7eb372ef53ea108779d93c594d954f8a10f01152 100644 (file)
@@ -119,7 +119,7 @@ struct GNUNET_SECRETSHARING_Message
  */
 typedef void (*GNUNET_SECRETSHARING_SecretReadyCallback) (void *cls,
                                                           const struct GNUNET_SECRETSHARING_Share *my_share,
-                                                          const struct GNUNET_SECRETSHARING_PublicKey public_key,
+                                                          const struct GNUNET_SECRETSHARING_PublicKey *public_key,
                                                           unsigned int num_ready_peers,
                                                           const struct GNUNET_PeerIdentity *ready_peers);
 
@@ -157,7 +157,7 @@ GNUNET_SECRETSHARING_create_session (const struct GNUNET_CONFIGURATION_Handle *c
                                      const struct GNUNET_HashCode *session_id,
                                      struct GNUNET_TIME_Absolute deadline,
                                      unsigned int threshold,
-                                     GNUNET_SECRETSHARING_SecretReadyCallback *cb,
+                                     GNUNET_SECRETSHARING_SecretReadyCallback cb,
                                      void *cls);
 
 
@@ -246,7 +246,7 @@ GNUNET_SECRETSHARING_share_read (void *data, size_t len);
  * Convert a share to its binary representation.  Use
  * #GNUNET_SECRETSHARING_share_size to get the necessary size for the binary
  * representation.
- * 
+ *
  * @param share share to write
  * @param buf buffer to write to
  * @param buflen number of writable bytes in @a buffer