freebsd-ports/misc/gctpc/files/gctp.h
Maxim Sobolev d819cdda38 Add gctpc 1.3, an USGS General Cartographic Transformation Package
(GCTP).

PR:		26927
Submitted by:	Randall Hopper <aa8vb@nc.rr.com>
2001-05-31 12:45:33 +00:00

7 lines
216 B
C

#ifndef INCLUDED_GCTP_H
#define INCLUDED_GCTP_H
typedef long (*ForwardTransFunc)(double, double, double*, double*);
typedef long (*InverseTransFunc)(double, double, double*, double*);
#endif /* INCLUDED_GCTP_H */