From 6565b9a5663f1297519660eb298315ac8daa3a9d Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 10 Oct 2018 09:15:50 +0200 Subject: [PATCH] style: modernize lib/abitset.h --- lib/abitset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/abitset.h b/lib/abitset.h index 65d48427..821eed9d 100644 --- a/lib/abitset.h +++ b/lib/abitset.h @@ -23,8 +23,8 @@ #include "bitset.h" -extern size_t abitset_bytes (bitset_bindex); +size_t abitset_bytes (bitset_bindex); -extern bitset abitset_init (bitset, bitset_bindex); +bitset abitset_init (bitset, bitset_bindex); #endif