summaryrefslogtreecommitdiff
path: root/list_sort.h
diff options
context:
space:
mode:
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 */