aboutsummaryrefslogtreecommitdiff
path: root/src/social/social.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/social/social.h')
-rw-r--r--src/social/social.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/social/social.h b/src/social/social.h
index 00edaefd1..5de1e5e80 100644
--- a/src/social/social.h
+++ b/src/social/social.h
@@ -88,25 +88,6 @@ struct GuestEnterRequest
88/**** service -> library ****/ 88/**** service -> library ****/
89 89
90 90
91struct CountersResult
92{
93 /**
94 * Type: GNUNET_MESSAGE_TYPE_PSYC_RESULT_COUNTERS
95 */
96 struct GNUNET_MessageHeader header;
97
98 /**
99 * Status code for the operation.
100 */
101 int32_t result_code GNUNET_PACKED;
102
103 /**
104 * Last message ID sent to the channel.
105 */
106 uint64_t max_message_id;
107};
108
109
110#if REMOVE 91#if REMOVE
111struct NymEnterRequest 92struct NymEnterRequest
112{ 93{