diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-31 12:45:33 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-31 12:45:33 +0000 |
commit | d819cdda38742732b2434525aa98b93af157f263 (patch) | |
tree | 67c0ecbc0d7dd86ca47cc1b3a3887360e8ce936b /misc/gctpc/files/untfz.h | |
parent | Upgrade to 0.53 (diff) |
Add gctpc 1.3, an USGS General Cartographic Transformation Package
(GCTP).
PR: 26927
Submitted by: Randall Hopper <aa8vb@nc.rr.com>
Notes
Notes:
svn path=/head/; revision=43348
Diffstat (limited to 'misc/gctpc/files/untfz.h')
-rw-r--r-- | misc/gctpc/files/untfz.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/gctpc/files/untfz.h b/misc/gctpc/files/untfz.h new file mode 100644 index 000000000000..e8acf311348b --- /dev/null +++ b/misc/gctpc/files/untfz.h @@ -0,0 +1,7 @@ +#ifndef INCLUDED_UNTFZ_H +#define INCLUDED_UNTFZ_H + +long +untfz(long int inunit, long int outunit, double *factor); + +#endif /* INCLUDED_UNTFZ_H */ |