]> mj.ucw.cz Git - libucw.git/blob - lib/sorter-globals.h
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git
[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 /* The old sorter shares configuration with the new one */
15 #include "lib/sorter/common.h"
16
17 extern uns sorter_pass_counter;
18
19 #endif