aboutsummaryrefslogtreecommitdiff
path: root/src/proj_api.h
diff options
context:
space:
mode:
authorFrank Warmerdam <warmerdam@pobox.com>2004-09-16 15:14:01 +0000
committerFrank Warmerdam <warmerdam@pobox.com>2004-09-16 15:14:01 +0000
commit2063f06aaf1a8b29e130ee5333e6711a22d0517a (patch)
treecb6c14f172acf6bf5d1d98162fd672f77b364ab9 /src/proj_api.h
parent58ebb1f7fa898d1ccc8d2d4304227103bfde02d2 (diff)
downloadPROJ-2063f06aaf1a8b29e130ee5333e6711a22d0517a.tar.gz
PROJ-2063f06aaf1a8b29e130ee5333e6711a22d0517a.zip
* src/pj_open_lib.c: added pj_set_searchpath() provided by Eric Miller.
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1227 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'src/proj_api.h')
-rw-r--r--src/proj_api.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/proj_api.h b/src/proj_api.h
index e166f927..65437fc1 100644
--- a/src/proj_api.h
+++ b/src/proj_api.h
@@ -28,6 +28,9 @@
******************************************************************************
*
* $Log$
+ * Revision 1.12 2004/09/16 15:14:01 fwarmerdam
+ * * src/pj_open_lib.c: added pj_set_searchpath() provided by Eric Miller.
+ *
* Revision 1.11 2004/07/28 23:23:49 warmerda
* Changed ra to es in declarations for pj_geocentric_to_geodetic()
* and pj_geodetic_to_geocentric() as suggested by Britton Kerin.
@@ -123,6 +126,7 @@ int pj_is_geocent(projPJ);
void pj_pr_list(projPJ);
void pj_free(projPJ);
void pj_set_finder( const char *(*)(const char *) );
+void pj_set_searchpath ( int count, const char **path );
projPJ pj_init(int, char **);
projPJ pj_init_plus(const char *);
char *pj_get_def(projPJ, int);