More W32 resolver workarounds
[oweals/gnunet.git] / src / include / gnunet_psyc_service.h
index eb17c93510afc19fbb527ed0a13c6abd6bdac0d4..f843fbe1f60c7a020a67540f96eb7578a02e0d37 100644 (file)
@@ -426,6 +426,11 @@ typedef int
                                      uint16_t *data_size,
                                      void *data);
 
+typedef int
+(*GNUNET_PSYC_MasterTransmitNotifyModifier) (void *cls,
+                                             uint16_t *data_size,
+                                             void *data,
+                                             uint8_t *oper);
 
 /**
  * Flags for transmitting messages to a channel by the master.
@@ -472,7 +477,7 @@ struct GNUNET_PSYC_MasterTransmitHandle;
 struct GNUNET_PSYC_MasterTransmitHandle *
 GNUNET_PSYC_master_transmit (struct GNUNET_PSYC_Master *master,
                              const char *method_name,
-                             GNUNET_PSYC_MasterTransmitNotify notify_mod,
+                             GNUNET_PSYC_MasterTransmitNotifyModifier notify_mod,
                              GNUNET_PSYC_MasterTransmitNotify notify_data,
                              void *notify_cls,
                              enum GNUNET_PSYC_MasterTransmitFlags flags);