]> mj.ucw.cz Git - libucw.git/blob - lib/sorter/s-internal.h
911b74e2403986e33586b79bbe54535e5ea8f59d
[libucw.git] / lib / sorter / s-internal.h
1 /*
2  *      UCW Library -- Universal Sorter: Internal Sorting Module
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 static int P(internal)(struct sort_context *ctx, struct sort_bucket *in, struct sort_bucket *out)
11 {
12   /* FIXME :) */
13   return 0;
14 }