2 * Copyright 2001, 2002, 2003 David Mansfield and Cobite, Inc.
3 * See COPYING file for license information
9 #include <cbtcommon/list.h>
11 void list_sort(struct list_head
*, int (*)(struct list_head
*, struct list_head
*));
13 #endif /* LIST_SORT_H */