aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index a492e4dd7..8a429ba41 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2643,8 +2643,14 @@ extern "C"
2643/** S->C: notify about an existing ego */ 2643/** S->C: notify about an existing ego */
2644#define GNUNET_MESSAGE_TYPE_SOCIAL_APP_EGO 853 2644#define GNUNET_MESSAGE_TYPE_SOCIAL_APP_EGO 853
2645 2645
2646/** S->C: end of ego list */
2647#define GNUNET_MESSAGE_TYPE_SOCIAL_APP_EGO_END 854
2648
2646/** S->C: notify about an existing place */ 2649/** S->C: notify about an existing place */
2647#define GNUNET_MESSAGE_TYPE_SOCIAL_APP_PLACE 854 2650#define GNUNET_MESSAGE_TYPE_SOCIAL_APP_PLACE 855
2651
2652/** S->C: end of place list */
2653#define GNUNET_MESSAGE_TYPE_SOCIAL_APP_PLACE_END 856
2648 2654
2649/** C->S: set message processing flags */ 2655/** C->S: set message processing flags */
2650#define GNUNET_MESSAGE_TYPE_SOCIAL_MSG_PROC_SET 860 2656#define GNUNET_MESSAGE_TYPE_SOCIAL_MSG_PROC_SET 860