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.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 7040f2cbf..60dbeeb78 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2001--2015 GNUnet e.V. 3 Copyright (C) 2001--2018 GNUnet e.V.
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -86,6 +86,21 @@ extern "C"
86#define GNUNET_MESSAGE_TYPE_RESOLVER_RESPONSE 5 86#define GNUNET_MESSAGE_TYPE_RESOLVER_RESPONSE 5
87 87
88/******************************************************************************* 88/*******************************************************************************
89 * AGPL source code download
90 * *****************************************************************************/
91
92/**
93 * Message to request source code link.
94 */
95#define GNUNET_MESSAGE_TYPE_REQUEST_AGPL 6
96
97/**
98 * Source code link.
99 */
100#define GNUNET_MESSAGE_TYPE_RESPONSE_AGPL 7
101
102
103/*******************************************************************************
89 * ARM message types 104 * ARM message types
90 ******************************************************************************/ 105 ******************************************************************************/
91 106