aboutsummaryrefslogtreecommitdiff
path: root/src/proj_internal.h
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-11-17 12:54:24 +0100
committerKristian Evers <kristianevers@gmail.com>2020-11-20 16:40:40 +0100
commita74b985b5006c2d279353a245cfcb850cf7fcc94 (patch)
tree0f71f55671b6014893df2d0bf61804bcbbdc9c8c /src/proj_internal.h
parent7f79fe7325a74d2a9eac93d7081a107ae54bb877 (diff)
downloadPROJ-a74b985b5006c2d279353a245cfcb850cf7fcc94.tar.gz
PROJ-a74b985b5006c2d279353a245cfcb850cf7fcc94.zip
Remove pj_ctx_* functions and use their proj_context counterparts
Diffstat (limited to 'src/proj_internal.h')
-rw-r--r--src/proj_internal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h
index 3c1571eb..d9b01ab2 100644
--- a/src/proj_internal.h
+++ b/src/proj_internal.h
@@ -976,16 +976,6 @@ void PROJ_DLL pj_acquire_lock(void);
void PROJ_DLL pj_release_lock(void);
void PROJ_DLL pj_cleanup_lock(void);
-void PROJ_DLL pj_set_ctx( PJ *, PJ_CONTEXT * );
-PJ_CONTEXT PROJ_DLL *pj_ctx_alloc(void);
-void PROJ_DLL pj_ctx_free( PJ_CONTEXT * );
-int PROJ_DLL pj_ctx_get_errno( PJ_CONTEXT * );
-void PROJ_DLL pj_ctx_set_errno( PJ_CONTEXT *, int );
-void PROJ_DLL pj_ctx_set_debug( PJ_CONTEXT *, int );
-void PROJ_DLL pj_ctx_set_logger( PJ_CONTEXT *, void (*)(void *, int, const char *) );
-void PROJ_DLL pj_ctx_set_app_data( PJ_CONTEXT *, void * );
-void PROJ_DLL *pj_ctx_get_app_data( PJ_CONTEXT * );
-
void PROJ_DLL pj_log( PJ_CONTEXT * ctx, int level, const char *fmt, ... );
void PROJ_DLL pj_stderr_logger( void *, int, const char * );