]> mj.ucw.cz Git - libucw.git/blob - lib/sorter/common.h
76d3e8c893ae243686216a65dd94486b9bcd2d64
[libucw.git] / lib / sorter / common.h
1 /*
2  *      UCW Library -- Universal Sorter
3  *
4  *      (c) 2007 Martin Mares <mj@ucw.cz>
5  *
6  *      This software may be freely distributed and used according to the terms
7  *      of the GNU Lesser General Public License.
8  */
9
10 #ifndef _UCW_SORTER_COMMON_H
11 #define _UCW_SORTER_COMMON_H
12
13 /* Configuration, some of the variables are used by the old sorter, too. */
14 extern uns sorter_trace, sorter_presort_bufsize, sorter_stream_bufsize;
15
16 #endif