diff options
Diffstat (limited to 'src/proj.h')
| -rw-r--r-- | src/proj.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -382,9 +382,9 @@ double proj_xyz_dist (XYZ a, XYZ b); /* Set or read error level */ int proj_errno (PJ *P); -void proj_errno_set (PJ *P, int err); +int proj_errno_set (PJ *P, int err); int proj_errno_reset (PJ *P); -void proj_errno_restore (PJ *P, int err); +int proj_errno_restore (PJ *P, int err); PJ_DERIVS proj_derivatives(PJ *P, const LP lp); |
