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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 5626e1e5e..ea295197c 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2187,10 +2187,10 @@ extern "C"
2187/* 700 */ 2187/* 700 */
2188 2188
2189/** C->S: client requests channel history from PSYCstore. */ 2189/** C->S: client requests channel history from PSYCstore. */
2190#define GNUNET_MESSAGE_TYPE_PSYC_STORY_REQUEST 701 2190#define GNUNET_MESSAGE_TYPE_PSYC_HISTORY_REPLAY 701
2191 2191
2192/** S->C: result for a channel history request */ 2192/** S->C: result for a channel history request */
2193#define GNUNET_MESSAGE_TYPE_PSYC_STORY_RESULT 702 2193#define GNUNET_MESSAGE_TYPE_PSYC_HISTORY_RESULT 702
2194 2194
2195 2195
2196/** C->S: request best matching state variable from PSYCstore. */ 2196/** C->S: request best matching state variable from PSYCstore. */