aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-12 20:38:21 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-12 20:38:21 +0000
commit9bd83961538e2fbbdcbe04318adbe5af4ce919ca (patch)
treed17279deab15c725d4bc7601b41355e1d798f574 /src/include
parent6696043580dc03990461938f77fec27ca256914d (diff)
downloadgnunet-9bd83961538e2fbbdcbe04318adbe5af4ce919ca.tar.gz
gnunet-9bd83961538e2fbbdcbe04318adbe5af4ce919ca.zip
stuff
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_signatures.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index 29da16b42..0dd795dd2 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -43,9 +43,9 @@ extern "C"
43#define GNUNET_SIGNATURE_PURPOSE_TEST 0 43#define GNUNET_SIGNATURE_PURPOSE_TEST 0
44 44
45/** 45/**
46 * Signature for confirming HELLOs for TCP plugins. 46 * Signature for confirming HELLOs for transport.
47 */ 47 */
48#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_TCP_PING 1 48#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_PING 1
49 49
50 50
51/** 51/**