mod_musicindex  1.4.1
sort.h
Go to the documentation of this file.
1 /*
2  * inf.h
3  * mod_musicindex
4  *
5  * $Id: sort.h 873 2009-09-08 13:31:34Z varenet $
6  *
7  * Created by Thibaut VARENE on Thu Mar 20 2003.
8  * Copyright (c) 2003-2004 Regis BOUDIN
9  * Copyright (c) 2003-2004 Thibaut VARENE
10  *
11  * This program is free software; you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 2.1,
13  * as published by the Free Software Foundation.
14  *
15  */
16 
17 #ifndef SORT_H
18 #define SORT_H
19 
20 #include "mod_musicindex.h"
21 
22 #define listsort sort_mergesort
23 void listsort(mu_pack *const, const unsigned char *const);
24 
25 #endif /* SORT_H */