diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2000-03-30 18:09:57 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2000-03-30 18:09:57 +0000 |
| commit | 4f8f5dd6c7bba3fdd11104dd234f815c27b56058 (patch) | |
| tree | 0d94c0c507a1d7d3ea734d84c9cf18f1aebd7d4b /src/geodesic.h | |
| parent | d0bfb335715f5c6f35979e5b4d2367f55e7829b5 (diff) | |
| download | PROJ-4f8f5dd6c7bba3fdd11104dd234f815c27b56058.tar.gz PROJ-4f8f5dd6c7bba3fdd11104dd234f815c27b56058.zip | |
Make C++ clean.
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@828 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/geodesic.h')
| -rw-r--r-- | src/geodesic.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/geodesic.h b/src/geodesic.h index 8454b222..a779c879 100644 --- a/src/geodesic.h +++ b/src/geodesic.h @@ -1,6 +1,11 @@ #ifndef lint static char GEODESIC_H_ID[] = "@(#)geodesic.h 4.3 95/08/19 GIE REL"; #endif + +#ifdef __cplusplus +extern "C" { +#endif + extern double dmstor(); struct geodesic { double A; @@ -33,3 +38,7 @@ void geod_set(int, char **); void geod_for(void); void geod_prefor(void); void geod_inv(void); + +#ifdef __cplusplus +} +#endif |
