summaryrefslogtreecommitdiffstats
path: root/comm/mailnews/db/mork/morkQuickSort.h
blob: 98561d5758e6e55e9e02a1b3bdff31604a0e60ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-  */
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef _MORKQUICKSORT_
#define _MORKQUICKSORT_ 1

#ifndef _MDB_
#  include "mdb.h"
#endif

#ifndef _MORK_
#  include "mork.h"
#endif

// 456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789

extern void morkQuickSort(mork_u1* ioVec, mork_u4 inCount, mork_u4 inSize,
                          mdbAny_Order inOrder, void* ioClosure);

// 456789_123456789_123456789_123456789_123456789_123456789_123456789_123456789

#endif /* _MORKQUICKSORT_ */