aboutsummaryrefslogtreecommitdiff
path: root/src/include/block_regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/block_regex.h')
-rw-r--r--src/include/block_regex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/block_regex.h b/src/include/block_regex.h
index e29785cdf..cc78f2c32 100644
--- a/src/include/block_regex.h
+++ b/src/include/block_regex.h
@@ -46,7 +46,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
46/** 46/**
47 * @brief Block to announce a peer accepting a state. 47 * @brief Block to announce a peer accepting a state.
48 */ 48 */
49struct RegexAcceptBlock { 49struct RegexAcceptBlock
50{
50 /** 51 /**
51 * Accept blocks must be signed. Signature 52 * Accept blocks must be signed. Signature
52 * goes over expiration time and key. 53 * goes over expiration time and key.