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.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 9020ce317..a62b286af 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1,10 +1,10 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010 Christian Grothoff (and other contributing authors) 3 (C) 2001-2013 Christian Grothoff (and other contributing authors)
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
7 by the Free Software Foundation; either version 2, or (at your 7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version. 8 option) any later version.
9 9
10 GNUnet is distributed in the hope that it will be useful, but 10 GNUnet is distributed in the hope that it will be useful, but
@@ -345,11 +345,6 @@ extern "C"
345#define GNUNET_MESSAGE_TYPE_CORE_ITERATE_PEERS_END 79 345#define GNUNET_MESSAGE_TYPE_CORE_ITERATE_PEERS_END 79
346 346
347/** 347/**
348 * Check whether a given peer is currently connected to CORE.
349 */
350#define GNUNET_MESSAGE_TYPE_CORE_PEER_CONNECTED 80
351
352/**
353 * Encapsulation for an encrypted message between peers. 348 * Encapsulation for an encrypted message between peers.
354 */ 349 */
355#define GNUNET_MESSAGE_TYPE_CORE_ENCRYPTED_MESSAGE 82 350#define GNUNET_MESSAGE_TYPE_CORE_ENCRYPTED_MESSAGE 82