aboutsummaryrefslogtreecommitdiff
path: root/src/proj_internal.h
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-11-05 21:22:20 +0100
committerKristian Evers <kristianevers@gmail.com>2017-11-06 12:00:34 +0100
commit0dffb56a59e5ef836005f0a9ddb99dc735202991 (patch)
tree4cebdce1af9757b7d3960cf3ef602c36f98e2686 /src/proj_internal.h
parent4a4a349689c80e8e608b158a209c88267764f92d (diff)
downloadPROJ-0dffb56a59e5ef836005f0a9ddb99dc735202991.tar.gz
PROJ-0dffb56a59e5ef836005f0a9ddb99dc735202991.zip
Move pipeline initialization logic to PJ_pipeline.c and decrease the number of special cases to handle in pj_init.c
Diffstat (limited to 'src/proj_internal.h')
-rw-r--r--src/proj_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h
index 33cfbdfd..2d6a2406 100644
--- a/src/proj_internal.h
+++ b/src/proj_internal.h
@@ -99,6 +99,7 @@ void proj_log_trace (PJ *P, const char *fmt, ...);
void proj_log_func (PJ_CONTEXT *ctx, void *app_data, PJ_LOG_FUNCTION log);
void pj_inherit_ellipsoid_defs(const PJ *src, PJ *dst);
+int pj_calc_ellps_params(PJ *P, double a, double es);
/* Lowest level: Minimum support for fileapi */
void proj_fileapi_set (PJ *P, void *fileapi);