/*@@ @header Coord.h @date Mon April 12 1999 @author Gabrielle Allen @desc Prototypes and constants for coordinate functions @enddesc @version $Header$ @@*/ #ifndef _COORD_H_ #define _COORD_H_ /* Prototypes */ #ifdef __cplusplus extern "C" { #endif struct Coordprops { char * name; int index; int direction; }; #ifdef __cplusplus } #endif #endif