summaryrefslogtreecommitdiff
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.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/include/block_regex.h b/src/include/block_regex.h
index 499655977..e29785cdf 100644
--- a/src/include/block_regex.h
+++ b/src/include/block_regex.h
@@ -11,12 +11,12 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19*/ 19 */
20 20
21/** 21/**
22 * @file 22 * @file
@@ -31,7 +31,7 @@
31extern "C" 31extern "C"
32{ 32{
33#if 0 33#if 0
34 /* keep Emacsens' auto-indent happy */ 34/* keep Emacsens' auto-indent happy */
35} 35}
36#endif 36#endif
37#endif 37#endif
@@ -46,9 +46,7 @@ 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{
51
52 /** 50 /**
53 * Accept blocks must be signed. Signature 51 * Accept blocks must be signed. Signature
54 * goes over expiration time and key. 52 * goes over expiration time and key.