#ifndef LISTENTRYDOTH
#define LISTENTRYDOTH
typedef int ListEntry;       /* may need to change to reflect
                                what you need to store in the list */
#endif

