/* File: listitem.h

   We use this file to select which kind of
   data the list uses.
*/

#ifndef _listitem_h
#define _listitem_h

#include "stringitem.h"

#endif
