/**---------------------------------------------------------------------------
 ** 
 ** convert.h -- 
 ** 
 ** Author          : Pierre Jaccard
 ** Created On      : 1999/07/15 12:10:44
 ** Last Modified By: Pierre Jaccard
 ** Last Modified On: 1999/07/16 21:16:29
 ** Update Count    : 3
 ** Directory       : /home/pego/pcd1/codas3c/gfi/src/libs/misc/
 ** Version         : 0.0
 ** Status          : Unknown
 ** ---------------------------------------------------------------------- ** 
 ** DESCRIPTION: 
 ** 
 **    See associated file convert.c
 ** 
 ** ---------------------------------------------------------------------- ** 
 ** REVISIONS: 
 ** ---------------------------------------------------------------------- ** 
 ** CHANGES: 
 **------------------------------------------------------------------------**/

#ifndef gfilib_misc_convert_already_included
#define gfilib_misc_convert_already_included

#include "geninc.h"

#if PROTOTYPE_ALLOWED

double double_to_long(LONG *dst, DOUBLE *src, int n);

#else

double double_to_long();

#endif /* PROTOTYPE_ALLOWED */

#endif /* gfilib_misc_convert_already_included */
