00001 /* 00002 * THIS FILE IS UNDER RCS - DO NOT MODIFY UNLESS YOU HAVE 00003 * CHECKED IT OUT USING THE COMMAND CHECKOUT. 00004 * 00005 * $Id: gma_8h-source.html 2161 2006-05-19 16:55:03Z paulf $ 00006 * 00007 * Revision history: 00008 * $Log$ 00008 * Revision 1.1 2006/05/19 16:55:02 paulf 00008 * first inclusion 00008 * 00009 * Revision 1.1 2002/02/28 17:03:21 lucky 00010 * Initial revision 00011 * 00012 * 00013 */ 00014 /* gma.h: header for gma.c */ 00015 00016 #ifndef GMA_H 00017 #define GMA_H 00018 00019 #include <transfer.h> 00020 00021 /* Function prototypes: */ 00022 int gma(double *, long, double, ResponseStruct *, double *, double, 00023 long *, long *, double *, int, double *, int, double *, long, 00024 double *, double *); 00025 void gmaDebug( int ); 00026 00027 00028 #endif 00029 00030 00031 00032