]> mj.ucw.cz Git - libucw.git/blobdiff - lib/sorter-globals.h
fixed a well hidden bug in file fastbufs
[libucw.git] / lib / sorter-globals.h
index a2dae0f4f67cb1a51244dc6ee403a14dc86ffc85..de649b34afd13c5d237b9953256e680ea8d1c92d 100644 (file)
@@ -11,9 +11,8 @@
 #ifndef _UCW_SORTER_GLOBALS_H
 #define _UCW_SORTER_GLOBALS_H
 
-extern uns sorter_trace;
-extern uns sorter_presort_bufsize;
-extern uns sorter_stream_bufsize;
+/* The old sorter shares configuration with the new one */
+#include "lib/sorter/common.h"
 
 extern uns sorter_pass_counter;