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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 0daa37bed..a998344b9 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2628,6 +2628,12 @@ extern "C" {
2628 */ 2628 */
2629#define GNUNET_MESSAGE_TYPE_PEERSTORE_WATCH_CANCEL 826 2629#define GNUNET_MESSAGE_TYPE_PEERSTORE_WATCH_CANCEL 826
2630 2630
2631/**
2632 * Store result message
2633 */
2634#define GNUNET_MESSAGE_TYPE_PEERSTORE_STORE_RESULT 827
2635
2636
2631/******************************************************************************* 2637/*******************************************************************************
2632 * SOCIAL message types 2638 * SOCIAL message types
2633 ******************************************************************************/ 2639 ******************************************************************************/