aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-12 15:34:45 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-12 15:34:45 +0000
commit3b8fb06caa5e1e7ee123cc99c6b3e9ba38771598 (patch)
tree3a83cbf30c124e6957991137e86a7840634233d9 /src/include/gnunet_signatures.h
parent868126cd639e63cd6f4db19a19e49778fc67e0ad (diff)
downloadgnunet-3b8fb06caa5e1e7ee123cc99c6b3e9ba38771598.tar.gz
gnunet-3b8fb06caa5e1e7ee123cc99c6b3e9ba38771598.zip
docprog
Diffstat (limited to 'src/include/gnunet_signatures.h')
-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 adb00c1ac..90b04edb1 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. 46 * Signature for confirming HELLOs for TCP plugins.
47 */ 47 */
48#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_HELLO 1 48#define GNUNET_SIGNATURE_PURPOSE_TRANSPORT_TCP_PING 1
49 49
50 50
51/** 51/**