aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_social_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_social_service.h')
-rw-r--r--src/include/gnunet_social_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h
index fd20536a4..1728d391c 100644
--- a/src/include/gnunet_social_service.h
+++ b/src/include/gnunet_social_service.h
@@ -73,6 +73,7 @@ struct GNUNET_SOCIAL_Slicer;
73 * to a @e method. 73 * to a @e method.
74 * 74 *
75 * @param cls Closure. 75 * @param cls Closure.
76 * @param nym The sender of the message. NULL for the ego's own messages to the home.
76 * @param full_method_name Original method name from PSYC (may be more 77 * @param full_method_name Original method name from PSYC (may be more
77 * specific than the registered method name due to try-and-slice matching). 78 * specific than the registered method name due to try-and-slice matching).
78 79
@@ -88,6 +89,7 @@ struct GNUNET_SOCIAL_Slicer;
88 * @param flags Message flags indicating fragmentation status. 89 * @param flags Message flags indicating fragmentation status.
89 */ 90 */
90typedef int (*GNUNET_SOCIAL_Method)(void *cls, 91typedef int (*GNUNET_SOCIAL_Method)(void *cls,
92 struct GNUNET_SOCIAL_Nym *nym,
91 const char *full_method_name, 93 const char *full_method_name,
92 uint64_t message_id, 94 uint64_t message_id,
93 size_t modifier_count, 95 size_t modifier_count,