summaryrefslogtreecommitdiff
path: root/list_sort.h
diff options
context:
space:
mode:
authorYann DIRSON <ydirson@unx-4791.(none)>2006-04-11 10:58:28 +0200
committerYann DIRSON <ydirson@unx-4791.(none)>2006-04-11 10:58:28 +0200
commitfdf44680988ce53173262c8f6cb6b478a6ab04a9 (patch)
tree238ecd9c0dd480e4b0ac61ab30504f3c04611920 /list_sort.h
downloadcvsps-upstream.tar.gz
cvsps-2.1 tarball importupstream
Diffstat (limited to 'list_sort.h')
-rw-r--r--list_sort.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/list_sort.h b/list_sort.h
new file mode 100644
index 0000000..5733472
--- /dev/null
+++ b/list_sort.h
@@ -0,0 +1,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 */