/*********************************************************************** scvparse.h This file is part of the STARLab Magellan Altimeter Data Processing Software. Michael Maurer, June 1992. ***********************************************************************/ /* $Log: scvparse.h,v $ * Revision 1.0 1992/07/28 23:07:53 maurer * Initial revision * */ #ifndef SCVPARSE_H #define SCVPARSE_H typedef struct { char *key; char *val; } keyval_t; #endif SCVPARSE_H