summaryrefslogtreecommitdiff
path: root/list_sort.h
blob: 57334726e6a6a98852ce8c28766bad9d19d8c7c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright 2001, 2002, 2003 David Mansfield and Cobite, Inc.
 * See COPYING file for license information 
 */

#ifndef LIST_SORT_H
#define LIST_SORT_H

#include <cbtcommon/list.h>

void list_sort(struct list_head *, int (*)(struct list_head *, struct list_head *));

#endif /* LIST_SORT_H */