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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index fb808b08d..bad5310fb 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2467,9 +2467,10 @@ extern "C"
2467#define GNUNET_MESSAGE_TYPE_PEERSTORE_STORE 820 2467#define GNUNET_MESSAGE_TYPE_PEERSTORE_STORE 820
2468 2468
2469/** 2469/**
2470 * Store result message 2470 * Store result messages
2471 */ 2471 */
2472#define GNUNET_MESSAGE_TYPE_PEERSTORE_STORE_RESULT 821 2472#define GNUNET_MESSAGE_TYPE_PEERSTORE_STORE_RESULT_OK 821
2473#define GNUNET_MESSAGE_TYPE_PEERSTORE_STORE_RESULT_FAIL 822
2473 2474
2474 2475
2475/** 2476/**