diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-14 23:16:27 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-15 00:06:25 +0100 |
| commit | c40ee9dfbbac32ebf3daa1b9edca64a247d4ad53 (patch) | |
| tree | 98e460873ac3ff7df88f4166e0ffb33035bef63a /src/proj.h | |
| parent | 941bb82c7eecbf56821075f95991916c30c31b4e (diff) | |
| download | PROJ-c40ee9dfbbac32ebf3daa1b9edca64a247d4ad53.tar.gz PROJ-c40ee9dfbbac32ebf3daa1b9edca64a247d4ad53.zip | |
Integrate into .rst doxygen-generated doc for custom I/O and network functionality
Diffstat (limited to 'src/proj.h')
| -rw-r--r-- | src/proj.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -360,7 +360,7 @@ int PROJ_DLL proj_context_get_use_proj4_init_rules(PJ_CONTEXT *ctx, int from_leg typedef struct PROJ_FILE_HANDLE PROJ_FILE_HANDLE; /** Open access / mode */ -typedef enum +typedef enum PROJ_OPEN_ACCESS { /** Read-only access. Equivalent to "rb" */ PROJ_OPEN_ACCESS_READ_ONLY, |
