---
 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
-- 
2.19.1


Reply via email to