diff options
Diffstat (limited to 'src/proj_api.h')
| -rw-r--r-- | src/proj_api.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proj_api.h b/src/proj_api.h index dd25d61a..24a6f053 100644 --- a/src/proj_api.h +++ b/src/proj_api.h @@ -168,6 +168,9 @@ char *pj_ctx_fgets(projCtx ctx, char *line, int size, PAFile file); PAFile pj_open_lib(projCtx, const char *, const char *); +int pj_run_selftests (int verbosity); + + #define PJ_LOG_NONE 0 #define PJ_LOG_ERROR 1 #define PJ_LOG_DEBUG_MAJOR 2 |
