]> mj.ucw.cz Git - libucw.git/blob - lib/sorter-globals.h
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git#v3.10
[libucw.git] / lib / sorter-globals.h
1 /*
2  *      UCW Library -- Universal Sorter: Global Variables
3  *
4  *      (c) 2001--2004 Martin Mares <mj@ucw.cz>
5  *      (c) 2004 Robert Spalek <robert@ucw.cz>
6  *
7  *      This software may be freely distributed and used according to the terms
8  *      of the GNU Lesser General Public License.
9  */
10
11 #ifndef _UCW_SORTER_GLOBALS_H
12 #define _UCW_SORTER_GLOBALS_H
13
14 extern uns sorter_trace;
15 extern uns sorter_presort_bufsize;
16 extern uns sorter_stream_bufsize;
17
18 extern uns sorter_pass_counter;
19
20 #endif