Add test about issue with no commit on a branch
[cvsps-hv.git] / list_sort.h
blob57334726e6a6a98852ce8c28766bad9d19d8c7c5
1 /*
2 * Copyright 2001, 2002, 2003 David Mansfield and Cobite, Inc.
3 * See COPYING file for license information
4 */
6 #ifndef LIST_SORT_H
7 #define LIST_SORT_H
9 #include <cbtcommon/list.h>
11 void list_sort(struct list_head *, int (*)(struct list_head *, struct list_head *));
13 #endif /* LIST_SORT_H */