/* Author: Ram Samudrala (me@ram.org)
 * Version: O1.0
 * Detail: <http://www.ram.org/computing/sc/sc.html>
 * November 30, 1996; Copyright (c) 1996 by Ram Samudrala.
 *
 * See the URL above for terms of use and general help.
 */

#ifndef __DISPLAY_ITEM_LIST__
#define __DISPLAY_ITEM_LIST__

#include "items.h"

/******************************************************************/
/* Function declarations */

extern void display_item_list(item items[]);
	
/******************************************************************/

#endif /* __DISPLAY_ITEM_LIST__ */
