X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fsorter-globals.h;h=de649b34afd13c5d237b9953256e680ea8d1c92d;hb=534019614dd611e7df29a0c8c59f2a869a2c0c39;hp=a2dae0f4f67cb1a51244dc6ee403a14dc86ffc85;hpb=b72ebc7dc62d0914dce01487cf1408504a94ef1f;p=libucw.git diff --git a/lib/sorter-globals.h b/lib/sorter-globals.h index a2dae0f4..de649b34 100644 --- a/lib/sorter-globals.h +++ b/lib/sorter-globals.h @@ -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;