]> wimlib.net Git - wimlib/blobdiff - include/wimlib/divsufsort.h
'extern' in function declarations is redundant
[wimlib] / include / wimlib / divsufsort.h
index 8ec81a9f652d6e882b9dadea2eae15d6964be95b..c82bda18e3a039667d502e3b04d6465d679d9590 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "wimlib/types.h"
 
-extern void
+void
 divsufsort(const u8 *T, u32 *SA, u32 n, u32 *tmp);
 
 #define DIVSUFSORT_TMP_LEN (256 + (256 * 256))