From d669631ad36641e49fca9e96a4bdd5e590efa239 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 27 Dec 2018 19:38:52 +0100 Subject: proj_create_crs_to_crs(): add debugging traces --- src/proj_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/proj_internal.h') diff --git a/src/proj_internal.h b/src/proj_internal.h index d5154f78..e0999d88 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -111,6 +111,8 @@ void PROJ_DLL proj_log_error (PJ *P, const char *fmt, ...); void proj_log_debug (PJ *P, const char *fmt, ...); void proj_log_trace (PJ *P, const char *fmt, ...); +void proj_context_log_debug (PJ_CONTEXT *ctx, const char *fmt, ...); + int pj_ellipsoid (PJ *); void pj_inherit_ellipsoid_def (const PJ *src, PJ *dst); void pj_erase_ellipsoid_def (PJ *P); -- cgit v1.2.3