diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-08-27 00:10:15 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-08-27 00:10:15 +0200 |
| commit | f059b90ab4c52a67344886a76deecaeb53299ebd (patch) | |
| tree | 72711ba7247051c71f48af8db382ddef0ce60e50 /src/proj.h | |
| parent | 5a504f5491c83f2e185ee3e5a72140257c1c79de (diff) | |
| parent | bdaf9a883ec640c1db66217788cbfbc4a0a4a254 (diff) | |
| download | PROJ-f059b90ab4c52a67344886a76deecaeb53299ebd.tar.gz PROJ-f059b90ab4c52a67344886a76deecaeb53299ebd.zip | |
Merge remote-tracking branch 'osgeo/master'6.2.0
Diffstat (limited to 'src/proj.h')
| -rw-r--r-- | src/proj.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -458,6 +458,8 @@ double PROJ_DLL proj_todeg (double angle_in_radians); double PROJ_DLL proj_dmstor(const char *is, char **rs); char PROJ_DLL * proj_rtodms(char *s, double r, int pos, int neg); +void PROJ_DLL proj_cleanup(void); + /*! @endcond */ /* ------------------------------------------------------------------------- */ |
