/*-------------------------------------------------------------------------
 *
 * lispsort.h--
 *    
 *
 *
 * Copyright (c) 1994, Regents of the University of California
 *
 * $Id: lispsort.h,v 1.1.1.1 1994/11/07 05:19:31 andrew Exp $
 *
 *-------------------------------------------------------------------------
 */
#ifndef	LISPSORT_H
#define	LISPSORT_H

extern List *lisp_qsort(List *the_list, int (*compare)());

#endif	/* LISPSORT_H */
