/*
 * 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 */


syntax highlighted by Code2HTML, v. 0.9.1